"1" in Binary

Binary Code

00110001

"1" in binary is: 00110001

Character breakdown

CharASCIIBinaryHex
1490011000131

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