"no" in Binary

Binary Code

01101110 01101111

"no" in binary is: 01101110 01101111

Character breakdown

CharASCIIBinaryHex
n110011011106E
o111011011116F

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