Encode plain text to Base64, or decode Base64 back to text. Standard and URL-safe modes supported.
Plain Text
Base64
โน๏ธ Note: Base64 is an encoding scheme, not encryption โ encoded data can be trivially decoded by anyone. Do not use Base64 to obscure sensitive information. All encoding/decoding is performed locally in your browser.