Text to Binary Converter
Convert text to binary code and back. Supports binary, hexadecimal, octal, and decimal encoding.
Text Input
Binary Output
FAQ
How does text to binary conversion work?
Each character is converted to its ASCII/UTF-8 byte value, then represented in your chosen format (binary, hex, octal, or decimal).
Can I convert binary back to text?
Yes. Switch to 'Code → Text' mode, paste binary values separated by spaces, and get the original text instantly.
What encoding formats are supported?
Binary (base 2), Hexadecimal (base 16), Octal (base 8), and Decimal (base 10).
Does it support Unicode?
Yes. The tool uses UTF-8 encoding, supporting all Unicode characters including emoji and international scripts.
More Developer Tools You May Like
JSON Formatter
Format, beautify, minify and validate JSON with syntax highlighting.
CSS Minifier
Minify CSS to reduce file size or beautify minified CSS.
Text Case Converter
Convert text between camelCase, snake_case, kebab-case, and more.
Password Generator
Generate strong, random, cryptographically secure passwords.