"dog" in Binary

Binary Code

01100100 01101111 01100111

"dog" in binary is: 01100100 01101111 01100111

Character breakdown

CharASCIIBinaryHex
d1000110010064
o111011011116F
g1030110011167

How binary encoding works

Each character in "dog" is converted to its ASCII code, then written in 8-bit binary. For example, the letter "d" has ASCII code 100, which is 01100100 in binary.

Try the converter

Loading tool...