"ok" in Binary
Binary Code
01101111 01101011
"ok" in binary is: 01101111 01101011
Character breakdown
| Char | ASCII | Binary | Hex |
|---|---|---|---|
| o | 111 | 01101111 | 6F |
| k | 107 | 01101011 | 6B |
How binary encoding works
Each character in "ok" is converted to its ASCII code, then written in 8-bit binary. For example, the letter "o" has ASCII code 111, which is 01101111 in binary.
Try the converter
Loading tool...