Binary Translator

Convert text to binary (8-bit) and decode binary back to text, with full UTF-8 support. Runs entirely in your browser.

Examples

Export options
ASCII table (0–127) — highlighted bytes in your text

Hex/octal view? Base converter · code points: ASCII / Unicode lookup.

Text ↔ binary converter

UTF-8 byte view for CS homework, CTF puzzles and low-level debugging.

FAQ

How does text become binary?

Text is encoded as UTF-8 bytes, and each byte is shown as exactly 8 binary digits.

What are the quick presets?

A (01000001), emoji 👋, and Hello — common classroom/demo inputs.

How strict is binary decoding?

Grouped input requires exactly 8 bits per group. Continuous input must contain only bits and have a length divisible by 8. Invalid UTF-8 is rejected.

Does it support emoji and accents?

Yes — UTF-8 multi-byte text is handled correctly, with separate grapheme, code point, UTF-16 and byte counts.

Last updated: