Binary to Text
Decode binary code back into readable text. Fast, free and private.
A string of 0s and 1s is unreadable until it's decoded. Binary to Text takes binary code and turns it back into the characters it represents, so you can read a binary-encoded message or verify a conversion.
How to use binary to text
- 1. Paste your binary (groups of 0s and 1s).
- 2. It's decoded back into text.
- 3. Copy the readable result.
When to use Binary to Text
Decode a binary message
Read a message that was written out in binary.
Check a conversion
Confirm that binary you produced maps back to the right text.
Puzzles
Solve binary-coded challenges.
Frequently asked questions
How should the binary be formatted?
As groups of bits (usually eight per character), separated by spaces, which the tool reads back into characters.
What if my binary is invalid?
Groups that don't map to a valid character can't be decoded; check that each byte is complete and correct.
Is my input private?
Yes — decoding happens in your browser.