"help" in Binary

Binary Code

01101000 01100101 01101100 01110000

"help" in binary is: 01101000 01100101 01101100 01110000

Character breakdown

CharASCIIBinaryHex
h1040110100068
e1010110010165
l108011011006C
p1120111000070

How binary encoding works

Each character in "help" is converted to its ASCII code, then written in 8-bit binary. For example, the letter "h" has ASCII code 104, which is 01101000 in binary.

Try the converter

Loading tool...