"a" in Binary
Binary Code
01100001
"a" in binary is: 01100001
Character breakdown
| Char | ASCII | Binary | Hex |
|---|---|---|---|
| a | 97 | 01100001 | 61 |
How binary encoding works
Each character in "a" 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...