Base64 encode
Text to Base64, UTF-8 throughout.
Result
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.