"cat" in Binary

Binary Code

01100011 01100001 01110100

"cat" in binary is: 01100011 01100001 01110100

Character breakdown

CharASCIIBinaryHex
c990110001163
a970110000161
t1160111010074

How binary encoding works

Each character in "cat" is converted to its ASCII code, then written in 8-bit binary. For example, the letter "c" has ASCII code 99, which is 01100011 in binary.

Try the converter

Loading tool...