Base64 To File
Convert Base64 text to file
Base64 Decoder
Base64 → File Converter
Output File Name:
Base64 Text:
How to use
- Input File Name
You can type a file name (e.g., report.pdf, image.png).
If left blank, it defaults to output.txt.
- Paste Base64 String
Enter a Base64 string in the textarea.
Example:
bmFub2pzLm5ldA==
- Convert & Download
Click Convert & Download.
The tool will:
- Decode the Base64 string → binary data.
- Wrap it in a Blob and create a File object.
- Automatically generate a temporary download link.
- Trigger the download instantly.