"cat" in Binary
Binary Code
01100011 01100001 01110100
"cat" in binary is: 01100011 01100001 01110100
Character breakdown
| Char | ASCII | Binary | Hex |
|---|---|---|---|
| c | 99 | 01100011 | 63 |
| a | 97 | 01100001 | 61 |
| t | 116 | 01110100 | 74 |
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...