Text to Binary Converter
Convert text to binary code and binary back to text instantly. Supports ASCII and UTF-8 encoding with multiple output formats.
100% client-side. Your data never leaves your browser.
Character Breakdown (first 50 characters)
| Char | Decimal | Hex | Octal | Binary |
|---|
Bidirectional
Convert text to binary and binary back to text. Click the Swap button to switch direction instantly. Supports decimal, hex, and octal input too.
UTF-8 Support
Handle any character including emoji, accented letters, and international scripts. UTF-8 encoding preserves multi-byte characters correctly.
Character Breakdown
See a detailed table showing each character with its decimal, hexadecimal, octal, and binary values side by side.
Need something custom built?
I build custom Laravel tools, web apps, and SaaS platforms. If you need something beyond off-the-shelf, let's talk.
ContactFrequently Asked Questions
How do I convert text to binary?
A becomes 01000001 and Hello becomes 01001000 01100101 01101100 01101100 01101111.
What is binary code?
Can I convert binary back to text?
01001000 01101001) into the input field and it will be converted back to readable text.
What is the binary code for the letter A?
A is 01000001 in binary (decimal 65). Lowercase a is 01100001 (decimal 97). The difference between uppercase and lowercase in binary is always the 6th bit (bit 5).