"null" in Binary

Binary Code

01101110 01110101 01101100 01101100

"null" in binary is: 01101110 01110101 01101100 01101100

Character breakdown

CharASCIIBinaryHex
n110011011106E
u1170111010175
l108011011006C
l108011011006C

How binary encoding works

Each character in "null" is converted to its ASCII code, then written in 8-bit binary. For example, the letter "n" has ASCII code 110, which is 01101110 in binary.

Try the converter

Loading tool...