Enter text to encode
Encoded output
Base64 is a binary-to-text encoding scheme that represents binary data in an ASCII string format. It's commonly used to:
Important: Base64 encoding is NOT encryption. It's easily reversible and should not be used for securing sensitive data.
All encoding and decoding is performed locally in your browser. No data is sent to any server.