画像Base64変換
画像をBase64文字列とdata URIに変換。PNG、JPG、GIF、SVG、WebP対応。無料で登録不要。
Drop an image here or click to select
Supports PNG, JPG, GIF, SVG, WebP, ICO
About Image Base64 Encoding
This base64 to image converter lets you encode images to Base64 strings or decode Base64 back to viewable images. Embed images directly in HTML using <img src="data:image/png;base64,...">, in CSS with background-image: url(data:image/png;base64,...), or store them in JSON configs. Supports PNG, JPG, WebP, SVG, GIF, and ICO formats. The data URI format includes the MIME type prefix, while raw Base64 is just the encoded string. Best practice: only Base64-encode images under 10KB to avoid bloated HTML. All conversion happens client-side for privacy.
💬 User Feedback
このツールを評価
4.4 / 5 · 76 件の評価
Recommended
CloudflareFree CDN & DDoS protection最新情報を受け取る
毎週の開発ヒントと新ツール情報。
スパムなし。いつでも解除可能。
Enjoy these free tools?
☕Buy Me a CoffeeHow to Use
- Drag & drop an image or click to select a file
- View the Base64 string, data URI, HTML tag, and CSS snippet
- Copy any format you need
- Switch to 'Base64 → Image' tab to decode
Common Use Cases
- Embedding small icons in HTML/CSS
- Including images in email templates
- Storing images in JSON/YAML configs
- Reducing HTTP requests for small assets