Binary ⇄ Text Converter
Convert text to binary and binary back to text.
Input
Output
Encode any text into 8-bit binary, or decode whitespace-separated binary back into readable text.
How to use
- Choose Text → Binary or Binary → Text.
- Type or paste your input on the left.
- Copy the converted result on the right.
Frequently asked questions
- What encoding is used?
- Each character is written as its 8-bit code point in base 2, separated by spaces.
- Can it decode any binary?
- Input must be whitespace-separated groups of 0s and 1s; other characters are rejected.