Base64 encode

Text to Base64, UTF-8 throughout.

Result
The result appears here as you type.

Why you would use this

Base64 carries arbitrary bytes through channels that only accept text — data URIs, JSON fields, HTTP headers, email. It is an encoding, not encryption: anyone can read it back.

More encode & decode