"0" in Binary

Binary Code

00110000

"0" in binary is: 00110000

Character breakdown

CharASCIIBinaryHex
0480011000030

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...