Convert text to binary and decode binary back to readable text. Supports custom separators and bidirectional conversion.
More free utilities you might find useful
Quick answers to common questions
Each character is converted to its 8-bit ASCII/UTF-8 binary representation. For example, "A" becomes 01000001.
Binary input must contain only 0s and 1s, with length divisible by 8. Spaces and dashes are stripped automatically.
Yes. Completely free with no signup and no server processing.
Your data is processed entirely in your browser. Nothing is sent to any server.