Binary Text Converter
Convert UTF-8 text to binary bits and decode them back.
The Binary Text Converter turns UTF-8 text into 8-bit binary groups and decodes binary back into text, which is handy for inspecting bytes and protocol data.
Mode
Please enter some input.
How to use
- Choose Encode or Decode mode.
- Enter text or binary digits.
- Copy the converted result.
Frequently asked questions
Does decoding accept spaces?
Yes, spaces and underscores are ignored when decoding.
What happens with invalid binary?
Input that is not a multiple of 8 bits or decodes to invalid UTF-8 shows an error.