Files & formats guide

How to convert Base64 to an image

Updated 2026-08-25

Sometimes you receive an image only as a Base64 blob inside JSON or email source.

Base64 to Image on A2Z Edit decodes it so you can download a normal picture file.

Do this on A2Z Edit

Open the Base64 to Image and follow the steps below.

Open Base64 to Image

How to convert Base64 to an image

  1. Open Base64 to Image on A2Z Edit.
  2. Paste the Base64 string or data URL.
  3. Decode and preview the image.
  4. Download the resulting file.
  5. Open it locally to confirm it looks right.

Why it matters

Decoding recovers a usable asset from text-only transports.

Tips

  • Include the data URL prefix when you have it—it clarifies the MIME type.
  • Strip line breaks if a mail client wrapped the string.
  • Re-encode only after edits if you need Base64 again.

Frequently asked questions

Invalid character errors?

The string may be truncated or include extra quotes—clean it and retry.

SVG Base64?

Works when the payload is a valid image the browser can decode.

Security note?

Only decode Base64 from sources you trust.

Related tools

Related guides

More how-tos: Guides