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