Toolora

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

How to use

  1. Choose Encode or Decode mode.
  2. Enter text or binary digits.
  3. 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.