Base64 Decoder
Paste Base64 and decode it back to text, a downloadable file or a previewed image. Handles standard and URL-safe alphabets, data URIs, missing padding and whitespace. Everything runs locally in your browser — nothing is uploaded.
What this Base64 decoder handles
Decodes the normal +/ alphabet or the URL-safe -_ variant (RFC 4648).
Automatically strips a data:…;base64, prefix so you can paste it straight in.
Ignores spaces and line breaks and repairs missing = padding.
Shows UTF-8 text, or download the raw bytes as a file when it isn't text.
Detects PNG, JPEG, GIF, WebP, BMP and SVG and previews the image inline.
Decoding happens in your browser — your data is never uploaded.