画像をBase64に変換
画像ファイルを選択してBase64エンコード文字列に変換します。データURIプレフィックスを切り替えて、すぐに使えるCSS/HTML出力を取得できます。すべての処理はブラウザ内で行われます。
About Image to Base64
This tool converts images to Base64-encoded strings entirely in your browser. No data is uploaded to any server.
- Data URI: With the prefix enabled, the output is ready to use in CSS
background-imageor HTML<img src="...">. - Raw Base64: Without the prefix, you get the raw encoded string.
- Supports JPEG, PNG, GIF, WebP, SVG and other browser-supported image formats.