"bar" in Binary

Binary Code

01100010 01100001 01110010

"bar" in binary is: 01100010 01100001 01110010

Character breakdown

CharASCIIBinaryHex
b980110001062
a970110000161
r1140111001072

How binary encoding works

Each character in "bar" is converted to its ASCII code, then written in 8-bit binary. For example, the letter "b" has ASCII code 98, which is 01100010 in binary.

Try the converter

Loading tool...