Base64 encode
Encode text or files to Base64.
Encode to Base64
Paste text to encode or Base64 string to decode. All processing happens in your browser.
Encoded result will appear here
Frequently asked questions
- What is Base64?
- Base64 is an encoding scheme that converts binary or text data into a string of ASCII characters. It's often used to embed data in URLs or in data formats like JSON.
- Is encoding/decoding done securely?
- All encoding and decoding happens in your browser. Your data is not sent to any server.