"html" in Binary

Binary Code

01101000 01110100 01101101 01101100

"html" in binary is: 01101000 01110100 01101101 01101100

Character breakdown

CharASCIIBinaryHex
h1040110100068
t1160111010074
m109011011016D
l108011011006C

How binary encoding works

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