Binary to Text client-side
?
How to use Binary to Text

Convert a string into binary (01001000…) or hexadecimal (48 65…), and do the reverse to decode binary or hex back to text. The conversion is UTF-8 aware: accents and emojis are handled byte by byte. Useful to understand character encoding, debug data or for exercises. Everything is computed instantly in your browser.

Convert text ↔ binary ↔ hex (UTF-8).

BinaryTextHexadecimalASCIIUTF-8

How to use Binary to Text

Convert a string into binary (01001000…) or hexadecimal (48 65…), and do the reverse to decode binary or hex back to text. The conversion is UTF-8 aware: accents and emojis are handled byte by byte. Useful to understand character encoding, debug data or for exercises. Everything is computed instantly in your browser.

Frequently asked questions

Are emojis supported?

Yes: encoding is UTF-8, so multi-byte characters (accents, emojis) are converted correctly and round-trip back exactly on decode.