Base64 Decoder
Decode Base64 strings back to plain text instantly. Handles standard Base64, data URIs, JWT tokens, and MIME-encoded content.
Use this free online base64 decoder to decode any base64-encoded string back to its original text. This base64 to text converter handles standard Base64, data URIs, JWT tokens, and email MIME encoding. Decoding happens entirely in your browser for complete privacy.
0 characters
Common Base64 Patterns
Recognize common Base64-encoded formats to quickly identify what you are decoding.
| Pattern | Description | Example |
|---|---|---|
| Data URI | Starts with data:... | data:text/plain;base64,SGVsbG8= |
| JWT Token | Three dot-separated parts: header.payload.signature | eyJhbGci...eyJzdWIi...SflKxwRJ... |
| MIME / Email | Content-Transfer-Encoding: base64 | Q29udGVudC1UeXBl... |
| Plain Base64 | A-Z, a-z, 0-9, +, / with optional = padding | SGVsbG8gV29ybGQh |
Troubleshooting Invalid Base64
- Check padding: string length should be divisible by 4
- Only A-Z, a-z, 0-9, +, /, = are valid characters
- Remove extra whitespace and newlines
- For URL-safe Base64, replace - with + and _ with /
Related Base64 Tools
FAQ
Rate this tool
3.9 / 5 ยท 243 ratings
Recommended
CloudflareFree CDN & DDoS protectionStay Updated
Get weekly dev tips and new tool announcements.
No spam. Unsubscribe anytime.
Enjoy these free tools?
โBuy Me a Coffee