What this tool does
Converts files to Base64 and restores Base64 back to downloadable files entirely in your browser.
Steps
- File → Base64: click or drag a file into the box; copy the Base64 output.
- Base64 → File: paste Base64 and click Download file.
Example Base64
data:image/png;base64,iVBORw0KGgo...
Notes
- Large Base64 strings can be very long; wrapping is enabled above.
- No uploads: everything runs locally in your browser.