"1" in Binary
Binary Code
00110001
"1" in binary is: 00110001
Character breakdown
| Char | ASCII | Binary | Hex |
|---|---|---|---|
| 1 | 49 | 00110001 | 31 |
How binary encoding works
Each character in "1" is converted to its ASCII code, then written in 8-bit binary. For example, the letter "1" has ASCII code 49, which is 00110001 in binary.
Try the converter
Loading tool...