Text Base Converter

Convert text to binary, octal, decimal, and hexadecimal representations. Supports bidirectional conversion.

Usage

Features

This tool converts between text (string) and its binary, octal, decimal, and hexadecimal numeric representations. Each character (Unicode/ASCII) is converted to its corresponding numeric code.

Steps

1. Enter content in any input box and the others update automatically; 2. Numeric sequences are space-separated; 3. Binary uses 8 bits per byte with 0/1; 4. Octal uses 0-7; 5. Decimal is the Unicode code point value; 6. Hexadecimal uses 0-9 and A-F.

Notes

Supports Unicode characters (including Chinese, emoji, etc.); binary auto-pads to 8 bits; hexadecimal output is automatically uppercase; invalid characters do not trigger updates (avoiding interference during input).