"yes" in Binary

Binary Code

01111001 01100101 01110011

"yes" in binary is: 01111001 01100101 01110011

Character breakdown

CharASCIIBinaryHex
y1210111100179
e1010110010165
s1150111001173

How binary encoding works

Each character in "yes" is converted to its ASCII code, then written in 8-bit binary. For example, the letter "y" has ASCII code 121, which is 01111001 in binary.

Try the converter

Loading tool...