Binary Converter | How to use and interpret results
View a string as binary UTF-8 bytes rather than as one large binary integer. A Korean syllable occupies several byte groups, which makes the distinction visible.
- Runs in your browser
- Nothing is uploaded
- No signup; device limits apply
Loading the tool. If it does not appear, reload this page.
How to use this tool
For text-to-binary, paste the original string. For the reverse direction, separate groups of zeros and ones with spaces and keep each group within eight bits.
Results and examples
The letter A becomes 01000001, and that byte decodes to A. A multi-byte Korean character requires every UTF-8 byte in its original order to reconstruct the text.
Worked example
The letter A becomes 01000001, and that byte decodes to A. A multi-byte Korean character requires every UTF-8 byte in its original order to reconstruct the text.
Limitations
- Bytes from a different character encoding may not recover their original text.
- Malformed UTF-8 sequences can appear as replacement characters.
Fields
| Field | Guidance and constraints |
|---|---|
| Input | Check the unit and format displayed beside this field. |
| Result | Check the unit and format displayed beside this field. |
Data handling
Processing stays in the current browser tab; the site does not upload tool input for the calculation itself.
Sources
Frequently asked questions
How is the letter A represented?
The letter A becomes 01000001, and that byte decodes to A. A multi-byte Korean character requires every UTF-8 byte in its original order to reconstruct the text.
Why can binary input produce replacement characters?
Bytes from a different character encoding may not recover their original text. Malformed UTF-8 sequences can appear as replacement characters.