"world" in Binary

Binary Code

01110111 01101111 01110010 01101100 01100100

"world" in binary is: 01110111 01101111 01110010 01101100 01100100

Character breakdown

CharASCIIBinaryHex
w1190111011177
o111011011116F
r1140111001072
l108011011006C
d1000110010064

How binary encoding works

Each character in "world" is converted to its ASCII code, then written in 8-bit binary. For example, the letter "w" has ASCII code 119, which is 01110111 in binary.

Try the converter

Loading tool...