Advertisement

Text to Binary Converter

Convert text to binary, hexadecimal, octal, or decimal representations and back. Supports UTF-8 encoding for full Unicode text. Choose your separator style and switch between encode and decode modes instantly.

How to Use

Select encode (Text → Code) or decode (Code → Text) direction, pick a format (binary, hex, octal, decimal), and type or paste your input. Output updates in real time. Use Swap to quickly reverse the conversion.

How It Works

Each character is converted to its UTF-8 byte sequence, then each byte is represented in the chosen base. For example, 'A' (byte 65) becomes 01000001 in binary, 41 in hex, 101 in octal, or 65 in decimal.

Advertisement

Frequently Asked Questions

Related Tools