Text to Binary
Convert text into binary — eight bits per UTF-8 byte.
Runs locally · Nothing uploaded
Plain text
Binary
Result will appear here…Advertisement
About Text to Binary
Encodes each UTF-8 byte of your text as an 8-bit binary group, separated by spaces. It is a faithful byte-level view, so accented characters and emoji expand to multiple groups. Useful for teaching, puzzles, and understanding how text is really stored.
Related tools
EncodingRuns locally in your browser.Binary to TextDecode space-separated binary groups back into text.EncodingRuns locally in your browser.Hex EncoderConvert text into its hexadecimal byte representation.EncodingRuns locally in your browser.UTF-8 InspectorSee the code points and UTF-8 bytes behind every character.