Binary ↔ Text
Convert any text into binary (UTF-8 encoded), or decode binary back to text.
Advertisement
How to use Binary ↔ Text Converter
- Pick Encode or Decode.
- Paste your text or binary string.
- Copy the result.
What is Binary ↔ Text Converter?
Every character in modern text is stored as bytes — sequences of 8 bits (0s and 1s). This tool converts text to its UTF-8 binary representation (space-separated 8-bit groups) and decodes binary back to text.
Advertisement
FAQ
- What encoding is used?
- UTF-8 — same as web pages and modern files. Unicode characters become multi-byte sequences.
- Does it require spaces between bytes?
- Decode accepts any non-0/1 character as a separator, including spaces, underscores, or no separator at all.