Text to Binary Converter - Binary, Hex & Decimal Online

Convert text to binary, hexadecimal, or decimal encoding online for free. Or decode binary/hex/decimal back to readable text.

βš™οΈ Developer ToolsFree Forever100% PrivateNo Upload NeededInstant Results

Example: "Hi"

Binary: 01001000 01101001

Hex: 48 69

Decimal: 72 105

iAbout Text to Binary

Convert any text to its binary (base 2), hexadecimal (base 16), or decimal (ASCII code) representation β€” or decode any of those back to readable text. Uses standard 8-bit ASCII encoding. Perfect for learning, debugging, and encoding exercises.

text to binarybinary to texttext to hexhex to textascii converterbinary convertertext to binary converter online freedecode binary to text

?Frequently Asked Questions

What encoding is used?
Standard 8-bit ASCII encoding, where each character becomes an 8-bit binary number (e.g., "A" = 01000001).
Can I convert binary back to text?
Yes! Switch to "Encoded β†’ Text" mode and paste your binary string with spaces between each 8-bit group.
What is the difference between binary and hex encoding?
Binary uses 8 digits per character (0s and 1s). Hex is more compact β€” 2 digits per character using 0–9 and A–F.