Text to Binary
Convert text to UTF-8 binary code and back.
Advertisement
AHow to use
- 01 Type or paste text (or binary groups).
- 02 Click To Binary or To Text.
- 03 Copy the result, or use ⇅ to swap input and output.
QFAQ
Which encoding is used? +
UTF-8 — the web standard. Each byte becomes an 8-bit group, so Chinese characters produce 3 groups and emoji usually 4.
How do I read the output? +
Each space-separated group of zeros and ones is one byte. 01001000 is 72 decimal — the letter H.