A focused, one-direction version of the binary translator: type text, get binary. Need to go the other way? Use the full Binary Translator instead.
Click any example to load it into the converter above — the binary appears instantly.
Every character maps to a number, written in base–2 and padded to 8 bits. Here are common ones — the full set lives in the ASCII table.
| Character | Decimal | Binary (8-bit) |
|---|---|---|
| A | 65 | 01000001 |
| H | 72 | 01001000 |
| e | 101 | 01100101 |
| l | 108 | 01101100 |
| o | 111 | 01101111 |
| a | 97 | 01100001 |
| 0 | 48 | 00110000 |
| [space] | 32 | 00100000 |
Text ↔ binary, bidirectional, ASCII or UTF-8.
Open tool →One-way: decode any binary string back to text.
Open tool →Every ASCII character with decimal, hex & binary.
Open tool →Convert binary numbers to base-10, step by step.
Open tool →