"test" in Binary

Binary Code

01110100 01100101 01110011 01110100

"test" in binary is: 01110100 01100101 01110011 01110100

Character breakdown

CharASCIIBinaryHex
t1160111010074
e1010110010165
s1150111001173
t1160111010074

How binary encoding works

Each character in "test" 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...