☰
🔐 Base64
🔍 common
🏠 Life Tools
🔒 Encryption
📝 Encoding
💻 Dev Tools
🖼️ Image Tools
🎮 Fun Tools
Text ⇄ Binary Converter
Text → Binary
Binary → Text
Convert
Clear
About this tool:
Text and binary are two different representations of information.
Text uses characters, while binary uses sequences of bits (0 and 1).
Text to binary:
Encoding: use ASCII
Process: convert each character to its ASCII code
To binary: represent ASCII codes as 8-bit binary
Binary to text:
Parse: split binary string into 8-bit chunks
Decode: convert each 8 bits to ASCII