🔢 Text Base Converter
Convert text to binary, hexadecimal, octal, decimal and vice versa. Perfect for encoding and decoding text data.
Conversion Examples:
Text to Binary:
Hello
→01001000 01100101 01101100 01101100 01101111
A
→01000001
Text to Hex:
Hello
→48 65 6c 6c 6f
A
→41
Features:
- ✅ Convert text to binary, hex, octal, decimal
- ✅ Convert from any base back to text
- ✅ Real-time conversion
- ✅ Copy to clipboard functionality
- ✅ Swap input and output
- ✅ Support for spaces and formatting
How to use:
- Select the source format (what you're converting from)
- Select the target format (what you're converting to)
- Enter your input text or data
- Click "Convert" to see the result
- Use "Swap" to reverse the conversion