"c" in Binary
Binary Code
01100011
"c" in binary is: 01100011
Character breakdown
| Char | ASCII | Binary | Hex |
|---|---|---|---|
| c | 99 | 01100011 | 63 |
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...