Binary Converter

Convert between Text, Decimal, Hexadecimal, and Binary formats

binaryconvertertextdecimalhexhexadecimalbaseencodedecodeascii

Binary Converter

Convert between text, decimal, hex, and binary formats

Quick Reference

Text (ASCII)

Characters converted to 8-bit binary

Decimal (Base-10)

0-255 for single bytes

Hexadecimal (Base-16)

00-FF, prefix 0x optional

Binary (Base-2)

8-bit groups for ASCII

Example Conversion:

"A" → 65 → 0x41 → 01000001