Binary Code Translator
Convert plain text into binary (each character as an 8-bit sequence of 0s and 1s), or paste in space-separated binary bytes to decode them straight back to readable text.
Result will appear here.
Frequently asked questions
What encoding is used for each character?+
Each character's Unicode code point is written out as an 8-bit binary byte, which covers standard ASCII text; each byte is separated by a space.
Does it work with numbers, spelled out?+
If you want a number written out in plain English instead of encoded as binary, try the Number to Words Converter.