"html" in Binary
Binary Code
01101000 01110100 01101101 01101100
"html" in binary is: 01101000 01110100 01101101 01101100
Character breakdown
| Char | ASCII | Binary | Hex |
|---|---|---|---|
| h | 104 | 01101000 | 68 |
| t | 116 | 01110100 | 74 |
| m | 109 | 01101101 | 6D |
| l | 108 | 01101100 | 6C |
How binary encoding works
Each character in "html" 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...