"false" in Binary
Binary Code
01100110 01100001 01101100 01110011 01100101
"false" in binary is: 01100110 01100001 01101100 01110011 01100101
Character breakdown
| Char | ASCII | Binary | Hex |
|---|---|---|---|
| f | 102 | 01100110 | 66 |
| a | 97 | 01100001 | 61 |
| l | 108 | 01101100 | 6C |
| s | 115 | 01110011 | 73 |
| e | 101 | 01100101 | 65 |
How binary encoding works
Each character in "false" is converted to its ASCII code, then written in 8-bit binary. For example, the letter "f" has ASCII code 102, which is 01100110 in binary.
Try the converter
Loading tool...