Base64 Decode Image

Decode Base64 strings back to images

Paste a Base64 string or data URI (data:image/...;base64,...)

What is Base64 Image Decoding?

Base64 decoding converts a Base64-encoded string back into its original binary image format. This is useful when you have a Base64 string and need to extract the original image file.

How to Use

  1. Paste your Base64 string or data URI in the input area
  2. Click 'Decode' to convert it back to an image
  3. Preview the decoded image and download it if needed