Base64圖像檢視器
檢視Base64編碼的圖像,將圖像檔案轉換為Base64,並下載圖像。
or paste Base64 data below
💡 Use Cases
🔍 Debug Base64 Data
Quickly verify Base64-encoded images in your code or API responses
📧 Email Templates
Preview Base64 images embedded in HTML emails
🔄 Convert & Download
Convert Base64 back to image files for easy sharing
🧪 Testing
Test image handling in your applications
📝 Tips:
- Base64 data can start with
data:image/png;base64,or just the encoded string - Supported formats: PNG, JPEG, GIF, WebP, SVG
- Large images will result in very long Base64 strings
- Base64 encoding increases file size by ~33%
主要功能
- 預覽Base64編碼的圖像
- 上傳圖像檔案並轉換為Base64
- 自動檢測圖像格式 (PNG, JPEG, GIF, WebP, SVG)
- 顯示圖像尺寸和檔案大小
使用案例
API除錯、電子郵件範本