Text to Binary Converter
Convert text to its binary representation, or decode binary back to text.
Input (text)
Output (binary)
About this tool
Every character your computer displays is stored underneath as a number, and binary is simply that number written in base 2 — the native format computer hardware works in. This tool converts text to its binary representation (each character becomes an 8-bit byte, using UTF-8 encoding so accented characters and emoji convert correctly) and back again. It's a handy way to see exactly what's "under the hood" of a piece of text, or to decode binary strings you've come across elsewhere.
Version 1.0.0