テキストを Base64 へ
多言語テキストを貼り付け、UTF-8 Base64 に変換します。
入力すると結果を生成します。
ローカル画像を HTML、CSS、メールテンプレートで使える Data URI に変換します。高速でプライベート、日常のフロントエンド作業向けです。
素材をドロップし、出力形式を選び、必要なスニペットをコピーします。
または端末から選択
画像を選ぶと Base64 Data URI を生成します。
UTF-8 テキスト、Raw Base64、画像 Data URI をブラウザ内で処理します。
多言語テキストを貼り付け、UTF-8 Base64 に変換します。
入力すると結果を生成します。
Raw Base64 または Data URI を貼り付け、テキスト復元や画像プレビューを確認します。
入力すると結果を生成します。
Everything you need to move an image from a folder into a codebase without opening another editor.
Files are read with browser APIs and are never sent to a server or stored in an account.
Switch between raw Base64, Data URI, image tag, CSS, Markdown, and JSON output.
Queue up to 20 images, inspect each result, then copy or export the whole batch.
The converter uses FileReader and Canvas APIs already available in your browser. There is no backend step to wait for.
Choose one file or add a batch of assets from your device.
Optionally resize or optimize, then choose the format you need.
Copy the generated snippet into your project, documentation, email, or prototype.
A few practical notes about data URIs and the browser-based workflow.
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.
No. The conversion happens locally in this browser tab using FileReader and Canvas. Closing the tab clears the working session.
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.
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.
Encode your next image without leaving your workflow.