圖片轉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.