"yes" in Binary
Binary Code
01111001 01100101 01110011
"yes" in binary is: 01111001 01100101 01110011
Character breakdown
| Char | ASCII | Binary | Hex |
|---|---|---|---|
| y | 121 | 01111001 | 79 |
| e | 101 | 01100101 | 65 |
| s | 115 | 01110011 | 73 |
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...