Text Base Converter

Convert text to binary, hexadecimal, octal, or decimal and decode back instantly. UTF-8 and ASCII support with customizable delimiters.

Input

Output

Characters5
Bytes5
Bits40

Reference

Input / OutputConvert Text ↔ Binary/Hex/Octal/Decimal, or between encoded formats (e.g. Binary → Hex).
UTF-8Default encoding. Supports emoji and international characters.
ASCIIOnly byte values 0–127. Non-ASCII characters are rejected.
ExampleText "Hello" → binary 01001000 01100101 01101100 01101100 01101111