"false" in Binary

Binary Code

01100110 01100001 01101100 01110011 01100101

"false" in binary is: 01100110 01100001 01101100 01110011 01100101

Character breakdown

CharASCIIBinaryHex
f1020110011066
a970110000161
l108011011006C
s1150111001173
e1010110010165

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