encode Base64 · URL · hex · hash
← Toolbox
Text
Result

Encode and decode

Pick a format above and type on the left; the result appears on the right. With Encode ⇄ you switch the direction (decode).

Base64The text in base 64 (emails, attachments, data in a URL). Safe with accents and emojis.
URLEscapes what is not allowed in a web address (spaces, accents, symbols).
HTMLEntities: <&lt;. To put symbols into a page without them being interpreted.
HexThe text's bytes in hexadecimal.
HashSHA digest (1, 256, 384, 512). One-way: it cannot be undone.

Everything happens in your browser; nothing leaves this page.