Base64 Encoder & Decoder
Base64 Encoder & Decoder converts text to Base64 and back, entirely in your browser.
No upload Instant Free No sign-up
How to encode or decode Base64
- 1 Type or paste text into the input box.
- 2 Click "Encode" to convert it to Base64, or "Decode" to convert Base64 back to text.
- 3 Copy the result.
Frequently Asked Questions
- Does this upload my text anywhere?
- No — encoding and decoding happen entirely in your browser.
- What is Base64 used for?
- Base64 encodes binary or text data into a safe ASCII string format, commonly used for embedding data in URLs, JSON, or email attachments where raw binary isn't allowed.
- Is Base64 encryption?
- No — Base64 is an encoding, not encryption. It's trivially reversible and provides no security or confidentiality; don't use it to protect sensitive data.