使用方法
- Paste the Base64 string into the left textarea. A full
data:image/png;base64,... URI works, as does the raw Base64 body alone.
- Click Decode — the image appears on the right with its dimensions and detected format.
- Download — the suggested filename uses the detected extension (e.g.
image.png).
支持的输入
任意 Base64 编码的图片:PNG、JPG、WebP、GIF、BMP、SVG。解码器会从 data URI 头读取 MIME 类型;若粘贴纯 Base64,则默认按 PNG 处理。
功能特性
- 接受完整 data URI 或纯 Base64 内容。
- 自动格式识别与正确的文件扩展名。
- 实时预览,附带尺寸与文件大小估算。
- 一键下载解码后的图片。
- 全部运算在浏览器本地完成,你的数据不会上传到任何服务器。
相关工具