Binary ⇄ Text Converter

Pick a direction and paste — the conversion runs as you type, in this page.

How it works

Encode converts your text's UTF-8 bytes to binary, one space-separated 8-bit group per byte — for example A becomes 01000001. Decode reverses that, with full Unicode support. Any group that isn't exactly 8 digits of 0 or 1 shows a clear error instead of a garbled result.