"c" in Binary

Binary Code

01100011

"c" in binary is: 01100011

Character breakdown

CharASCIIBinaryHex
c990110001163

How binary encoding works

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