"b" in Binary
Binary Code
01100010
"b" in binary is: 01100010
Character breakdown
| Char | ASCII | Binary | Hex |
|---|---|---|---|
| b | 98 | 01100010 | 62 |
How binary encoding works
Each character in "b" is converted to its ASCII code, then written in 8-bit binary. For example, the letter "b" has ASCII code 98, which is 01100010 in binary.
Try the converter
Loading tool...