💻 Text to Binary Converter

Convert text to binary, hexadecimal, octal, and decimal. Also decode binary or hex back to text.


Text to Binary, Hex, Octal, Decimal

Convert text into binary, hexadecimal, octal, or decimal representations. Decode binary or hex back to text.

Frequently Asked Questions

What is binary?

Binary is base-2 using only 0 and 1. Each character is 8 bits (one byte) in ASCII/UTF-8.

ASCII vs UTF-8?

ASCII is 7-bit (0-127) for English characters. UTF-8 extends it with 1-4 bytes per character for all Unicode.

Can I decode back?

Yes. Paste 8-bit binary groups or hex values and click decode to convert back to text.