Convert any text into binary and turn binary back into readable text — with matching hex and decimal columns. Encoding is full UTF-8, and everything runs entirely in your browser. Nothing is ever uploaded.
Each byte is shown as 8 bits. Multi-byte characters (emoji, accents) use several bytes, so the byte count can exceed the character count.
Spaces, tabs and line breaks between groups are ignored. Input must contain only 0s and 1s and its bit count must be a multiple of 8.