"null" in Binary
Binary Code
01101110 01110101 01101100 01101100
"null" in binary is: 01101110 01110101 01101100 01101100
Character breakdown
| Char | ASCII | Binary | Hex |
|---|---|---|---|
| n | 110 | 01101110 | 6E |
| u | 117 | 01110101 | 75 |
| l | 108 | 01101100 | 6C |
| l | 108 | 01101100 | 6C |
How binary encoding works
Each character in "null" 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...