"b" in Binary

Binary Code

01100010

"b" in binary is: 01100010

Character breakdown

CharASCIIBinaryHex
b980110001062

How binary encoding works

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