"hi" in Binary
Binary Code
01101000 01101001
"hi" in binary is: 01101000 01101001
Character breakdown
| Char | ASCII | Binary | Hex |
|---|---|---|---|
| h | 104 | 01101000 | 68 |
| i | 105 | 01101001 | 69 |
How binary encoding works
Each character in "hi" is converted to its ASCII code, then written in 8-bit binary. For example, the letter "h" has ASCII code 104, which is 01101000 in binary.
Try the converter
Loading tool...