"no" in Binary
Binary Code
01101110 01101111
"no" in binary is: 01101110 01101111
Character breakdown
| Char | ASCII | Binary | Hex |
|---|---|---|---|
| n | 110 | 01101110 | 6E |
| o | 111 | 01101111 | 6F |
How binary encoding works
Each character in "no" 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...