Input is rejected
remove surrounding quotes, confirm the Standard/URL-safe setting, check padding and verify that the value was not truncated.
Decode a raw Base64 string or image data URL, preview the restored image and download the resulting file with MIME-aware handling.
Paste raw Base64 or a complete image data URL. The tool decodes the byte stream, uses MIME information when available, displays a preview and prepares a downloadable image.
Convert now
Paste a Base64 payload to preview the decoded image.
Paste a raw Base64 image payload or a complete image data URL.
Keep Decode selected and choose Standard or URL-safe Base64 when the control is available.
Review the output and byte information, then copy or download the result.
A complete image data URL includes a MIME type. Raw Base64 contains neither a filename nor MIME metadata, so use the expected image type when previewing or saving the restored bytes.
A full data:image/...;base64, value includes MIME context. Raw Base64 does not contain the original filename, so use the expected image type when saving the restored bytes.
When the input is raw Base64, record the known MIME separately before download rather than inferring from the first successful preview.
Typical workflows include:
Important constraints:
remove surrounding quotes, confirm the Standard/URL-safe setting, check padding and verify that the value was not truncated.
verify that the payload is complete and, when using a data URL, that the MIME prefix matches the actual image.
large inputs can consume substantial browser memory, and data URLs can exceed limits in receiving systems. Try a smaller input or use a file-based transfer workflow.
A complete image data URL includes a MIME type. Raw Base64 contains neither a filename nor MIME metadata, so use the expected image type when previewing or saving the restored bytes.
Decoding a valid Base64 payload restores the same image bytes without resizing or recompression. Raw Base64 still does not carry the original filename or MIME metadata.
Yes. Raw Base64 contains neither MIME nor a filename, so use the expected image type when previewing or saving the restored bytes.
Check for unsupported characters, a Standard/Base64URL mismatch, damaged padding or a truncated value. Also remove surrounding quotes that are not part of the payload.
Continue with the localized page that matches the next operation:
Paste your input above, run the conversion, and copy or download the result.