Convert text to binary and binary back to text, instantly. Paste any binary string — spaces, commas or no delimiter at all — and it just works.
Click any example to load it into the translator above — the binary updates instantly.
Type plain text on the left to encode it, or paste a binary string on the right to decode it back to text.
There's no “convert” button — every keystroke updates the other box immediately.
Copy the result with one click, or hit the swap arrow to flip which side is the input.
Every character is stored as a byte. Here are a few common ones — the full set lives in the ASCII table.
| Character | Decimal | Binary |
|---|---|---|
| A | 65 | 01000001 |
| B | 66 | 01000010 |
| C | 67 | 01000011 |
| a | 97 | 01100001 |
| b | 98 | 01100010 |
| 0 | 48 | 00110000 |
| 1 | 49 | 00110001 |
| [space] | 32 | 00100000 |
Binary numbers also map directly onto decimal and hexadecimal — useful once you're past plain text.
One-way: decode any binary string back to readable text.
Open tool →One-way: turn any sentence into binary instantly.
Open tool →Convert binary numbers to base-10, step by step.
Open tool →Binary ↔ hexadecimal, byte by byte.
Open tool →Every ASCII character with decimal, hex & binary.
Open tool →The classic distress call as ASCII bytes, ready to copy.
Open tool →