// Text Tool

BINARY TEXT

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.

// Text → Binary
Characters
0
Bytes (UTF-8)
0
Bits
0

Each byte is shown as 8 bits. Multi-byte characters (emoji, accents) use several bytes, so the byte count can exceed the character count.

// Binary → Text

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.