Convert text to Base64 and back. Works offline.
Base64 is a binary-to-text encoding scheme that represents binary data using 64 ASCII characters. It's commonly used in data URIs and HTTP.
No. It's an encoding, not encryption. Do not use it to protect sensitive data; it's reversible.
Yes. Encoding and decoding are done locally in your browser and work without a network connection.