"name" in Binary

Binary Code

01101110 01100001 01101101 01100101

"name" in binary is: 01101110 01100001 01101101 01100101

Character breakdown

CharASCIIBinaryHex
n110011011106E
a970110000161
m109011011016D
e1010110010165

How binary encoding works

Each character in "name" is converted to its ASCII code, then written in 8-bit binary. For example, the letter "n" has ASCII code 110, which is 01101110 in binary.

Try the converter

Loading tool...