"name" in Binary
Binary Code
01101110 01100001 01101101 01100101
"name" in binary is: 01101110 01100001 01101101 01100101
Character breakdown
| Char | ASCII | Binary | Hex |
|---|---|---|---|
| n | 110 | 01101110 | 6E |
| a | 97 | 01100001 | 61 |
| m | 109 | 01101101 | 6D |
| e | 101 | 01100101 | 65 |
How binary encoding works
Each character in "name" is converted to its ASCII code, then written in 8-bit binary. For example, the letter "n" has ASCII code 110, which is 01101110 in binary.
Try the converter
Loading tool...