"true" in Binary

Binary Code

01110100 01110010 01110101 01100101

"true" in binary is: 01110100 01110010 01110101 01100101

Character breakdown

CharASCIIBinaryHex
t1160111010074
r1140111001072
u1170111010175
e1010110010165

How binary encoding works

Each character in "true" is converted to its ASCII code, then written in 8-bit binary. For example, the letter "t" has ASCII code 116, which is 01110100 in binary.

Try the converter

Loading tool...