"java" in Binary
Binary Code
01101010 01100001 01110110 01100001
"java" in binary is: 01101010 01100001 01110110 01100001
Character breakdown
| Char | ASCII | Binary | Hex |
|---|---|---|---|
| j | 106 | 01101010 | 6A |
| a | 97 | 01100001 | 61 |
| v | 118 | 01110110 | 76 |
| a | 97 | 01100001 | 61 |
How binary encoding works
Each character in "java" is converted to its ASCII code, then written in 8-bit binary. For example, the letter "j" has ASCII code 106, which is 01101010 in binary.
Try the converter
Loading tool...