"ok" in Binary

Binary Code

01101111 01101011

"ok" in binary is: 01101111 01101011

Character breakdown

CharASCIIBinaryHex
o111011011116F
k107011010116B

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...