About this text / binary converter
Encode text as UTF-8 binary bytes or decode binary back to text. Encode converts UTF-8 bytes into eight binary digits each. Decode accepts complete bytes with optional whitespace and rejects invalid UTF-8. Use this workspace to prepare a result you can review before putting it to use. All processing takes place on your device, without an account or an upload of your inputs. Check the examples to understand the expected output, read the limitations for the supported scope, and reset the form when you want to start a separate task.
How it works
Encode converts UTF-8 bytes into eight binary digits each. Decode accepts complete bytes with optional whitespace and rejects invalid UTF-8.
Try these examples
A; encode
01000001
01001000 01101001; decode
Hi
Limitations & privacy
This is encoding, not encryption. Input is capped at 100,000 UTF-16 units; encoded output can be larger.
Inputs and results stay in this browser. Only tool identifiers are stored for your recently used tools. You can clear that history from the directory.
A few good questions
How is the result produced?
Encode converts UTF-8 bytes into eight binary digits each. Decode accepts complete bytes with optional whitespace and rejects invalid UTF-8.
Are my inputs sent to a server?
No. Inputs and results are processed locally and are not uploaded or included in telemetry. Copying or downloading is your choice.
What are the limits of this tool?
This is encoding, not encryption. Input is capped at 100,000 UTF-16 units; encoded output can be larger.
Updated September 19, 2026