Base64 Encode
Encode text to Base64 (UTF-8).
Paste text to get Base64. The string is UTF-8 encoded, then Base64. This is encoding, not encryption.
Processing is local. The current tool accepts text, not arbitrary binary files.
Recommended tools
FAQ
Yes. Text is encoded as UTF-8 bytes before Base64 conversion.