"hi" in Binary

Binary Code

01101000 01101001

"hi" in binary is: 01101000 01101001

Character breakdown

CharASCIIBinaryHex
h1040110100068
i1050110100169

How binary encoding works

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