画像をBase64に変換

画像をBase64 data URIにエンコード。CSSやHTMLに貼り付けてすぐ使えます。ブラウザ内で動作。

ツールを読み込み中…

画像をBase64に変換する方法

画像をドロップすると、cutbgがBase64 data URIにエンコード。CSSのbackground-image、img src、JSONにそのままコピーできます。アップロードなし、すべて端末内で完結。

画像はアップロードされますか?

いいえ — エンコードはブラウザ内で行われ、画像が端末から出ることはありません。

関連ツール

よくある質問

What is a Base64 data URI?
A text encoding of your image you can paste directly into CSS or HTML, so the image loads with no separate file or request.
Which formats can I encode?
Any image the browser can read — PNG, JPG, WebP, GIF, SVG and more. The data URI keeps the original format.
Is my image uploaded?
No — the file is read and encoded locally in your browser; it never leaves your device.