Web 向け画像ユーティリティ

画像を Base64. に変換。

ローカル画像を HTML、CSS、メールテンプレートで使える Data URI に変換します。高速でプライベート、日常のフロントエンド作業向けです。

ファイルはブラウザ内最大 20 ファイルアカウント不要
Base64 変換

画像からコードへ、すばやく渡せます。

素材をドロップし、出力形式を選び、必要なスニペットをコピーします。

画像を追加できます0 ファイル

画像をここにドロップ

または端末から選択

JPEGPNGWebPGIFSVG+ 他
最大 20 ファイル · ローカル処理
テキストと Base64 ツール

テキスト変換と Base64 復元も同じ画面で。

UTF-8 テキスト、Raw Base64、画像 Data URI をブラウザ内で処理します。

テキストを Base64 へ

多言語テキストを貼り付け、UTF-8 Base64 に変換します。

出力テキスト待機中
入力すると結果を生成します。

Base64 復元

Raw Base64 または Data URI を貼り付け、テキスト復元や画像プレビューを確認します。

復元テキストBase64 待機中
入力すると結果を生成します。
Made for frontend workflows

Small utility, fewer loose ends.

Everything you need to move an image from a folder into a codebase without opening another editor.

01

Private by default

Files are read with browser APIs and are never sent to a server or stored in an account.

02

Copy the right shape

Switch between raw Base64, Data URI, image tag, CSS, Markdown, and JSON output.

03

Batch-ready

Queue up to 20 images, inspect each result, then copy or export the whole batch.

How it works

From local file to usable snippet in seconds.

The converter uses FileReader and Canvas APIs already available in your browser. There is no backend step to wait for.

  1. 01

    Drop an image

    Choose one file or add a batch of assets from your device.

  2. 02

    Shape the output

    Optionally resize or optimize, then choose the format you need.

  3. 03

    Copy and ship

    Copy the generated snippet into your project, documentation, email, or prototype.

FAQ

Questions before you encode?

A few practical notes about data URIs and the browser-based workflow.

What is a Base64 image?

A Base64 image is an image represented as text inside a data URI. It can be embedded directly in HTML, CSS, JSON, Markdown, or email markup.

Are my images uploaded?

No. The conversion happens locally in this browser tab using FileReader and Canvas. Closing the tab clears the working session.

Which formats are supported?

JPEG, PNG, WebP, GIF, SVG, BMP, ICO, TIFF, AVIF, and HEIC files can be read as data URIs. Browser decoding determines which formats can also be previewed or optimized.

Should I use Base64 for every image?

No. Data URIs are best for small interface assets, email templates, embedded demos, and portable snippets. Larger images are usually better as separate optimized files.

Keep the handoff simple.

Encode your next image without leaving your workflow.

Open converter