Customize

Image -> Base64图片转 Base64

Encode any image to a Base64 string for embedding in HTML or CSS.将图片编码为 Base64 Data URL,方便嵌入 HTML 或 CSS。

base64 encode embed

Your files are processed entirely in your browser. Nothing is uploaded to any server.所有文件均在浏览器本地处理,不会上传到服务器。

About this tool工具说明
Encode any image to a Base64 string for embedding in HTML or CSS. Works directly in your browser - no software to install, no account required, completely free.将图片编码为 Base64 Data URL,方便嵌入 HTML 或 CSS。
FAQ常见问题
What is Base64?
A text encoding scheme that represents binary data, like images, as ASCII text.
Does my image get uploaded?
No. Encoding happens entirely in your browser.
什么是 Base64?
Base64 是把二进制数据表示为文本的一种编码方式。
图片会上传吗?
不会,编码过程完全在浏览器中完成。