"abc" in Binary

Binary Code

01100001 01100010 01100011

"abc" in binary is: 01100001 01100010 01100011

Character breakdown

CharASCIIBinaryHex
a970110000161
b980110001062
c990110001163

How binary encoding works

Each character in "abc" is converted to its ASCII code, then written in 8-bit binary. For example, the letter "a" has ASCII code 97, which is 01100001 in binary.

Try the converter

Loading tool...