"python" in Binary

Binary Code

01110000 01111001 01110100 01101000 01101111 01101110

"python" in binary is: 01110000 01111001 01110100 01101000 01101111 01101110

Character breakdown

CharASCIIBinaryHex
p1120111000070
y1210111100179
t1160111010074
h1040110100068
o111011011116F
n110011011106E

How binary encoding works

Each character in "python" is converted to its ASCII code, then written in 8-bit binary. For example, the letter "p" has ASCII code 112, which is 01110000 in binary.

Try the converter

Loading tool...