Binary Translator

Convert text to binary code and binary code to text. Instant translation with customizable formatting.

Enter Text

Binary Output

01001000 01100101 01101100 01101100 01101111

Character Breakdown

CharacterASCIIBinaryHex
H72010010000x48
e101011001010x65
l108011011000x6C
l108011011000x6C
o111011011110x6F

How Binary Works

Binary is a base-2 number system using only 0 and 1.

Each character is represented by 8 bits (1 byte).

Example: 'A' = 65 (decimal) = 01000001 (binary)