"bar" in Binary
Binary Code
01100010 01100001 01110010
"bar" in binary is: 01100010 01100001 01110010
Character breakdown
| Char | ASCII | Binary | Hex |
|---|---|---|---|
| b | 98 | 01100010 | 62 |
| a | 97 | 01100001 | 61 |
| r | 114 | 01110010 | 72 |
How binary encoding works
Each character in "bar" 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...