Text to Binary Converter
Convert plain text to binary, or binary back to text.
How to use Text to Binary Converter
- 1Paste text to convert to binary, or paste space-separated binary to decode.
- 2Choose Encode or Decode.
- 3Copy the result.
Why use this tool
- Encodes using standard 8-bit ASCII/UTF-8 byte values.
- Two-way conversion in a single tool.
Frequently asked questions
What format should binary input be in to decode?
Each character's binary value should be space-separated, 8 bits each, e.g. '01001000 01101001' decodes to 'Hi'.