Binary Translator
Convert text to binary code and binary code to text. Instant translation with customizable formatting.
Enter Text
Binary Output
01001000 01100101 01101100 01101100 01101111
Character Breakdown
| Character | ASCII | Binary | Hex |
|---|---|---|---|
| H | 72 | 01001000 | 0x48 |
| e | 101 | 01100101 | 0x65 |
| l | 108 | 01101100 | 0x6C |
| l | 108 | 01101100 | 0x6C |
| o | 111 | 01101111 | 0x6F |
How Binary Works
Binary is a base-2 number system using only 0 and 1.
Each character is represented by 8 bits (1 byte).
Example: 'A' = 65 (decimal) = 01000001 (binary)