"hello" in Binary

Binary Code

01101000 01100101 01101100 01101100 01101111

"hello" in binary is: 01101000 01100101 01101100 01101100 01101111

Character breakdown

CharASCIIBinaryHex
h1040110100068
e1010110010165
l108011011006C
l108011011006C
o111011011116F

How binary encoding works

Each character in "hello" 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...