# beoops > Official website: https://beoops.com > Image to Base64 converter: https://base64.beoops.com beoops makes small in-browser tools. Files stay on the user's device. No upload and no account. ## Official website - https://beoops.com - Languages: English, Traditional Chinese (繁體中文) ## Product - Name: beoops Image to Base64 - URL: https://base64.beoops.com - Type: Web application (PWA) - Price: Free - Languages: English, Traditional Chinese (繁體中文) ## What it does Drop JPEG, PNG, GIF, WebP, SVG, BMP, ICO, TIFF, AVIF, or HEIC files onto the home page (or pick them from disk). Each image can optionally be compressed, resized, or converted to another format, then encoded to Base64. Output is a ready-to-use HTML img tag, a CSS background-image rule, a data URI, or the raw Base64 string. Encoding uses the browser File API and canvas. Nothing is sent to a server. ## When to use Base64 images Use data URIs for small assets (icons, logos, buttons under about 10 KB), email templates, and single-file demos. Avoid Base64 for large photos or images reused across many pages, where HTTP caching is better. Base64 increases payload size by about 33%. ## Pages - [Official site](https://beoops.com/): beoops - [Home](https://base64.beoops.com/): converter - [Tutorial](https://base64.beoops.com/tutorial): how to embed Base64 in HTML img tags and CSS backgrounds - [FAQ](https://base64.beoops.com/faq): formats, limits, privacy, HTML and CSS usage - [Support](https://base64.beoops.com/support): feedback - [Privacy](https://base64.beoops.com/privacy): files stay on the device - [Terms](https://base64.beoops.com/terms) - [Imprint](https://base64.beoops.com/imprint) ## 繁體中文 beoops 官方網站是 https://beoops.com 。免費的瀏覽器端圖片轉 Base64 工具在 https://base64.beoops.com 。支援 JPEG、PNG、GIF、WebP、SVG、BMP、ICO、TIFF、AVIF、HEIC。可壓縮、調整尺寸、轉換格式,再複製 HTML、CSS 或原始 Base64。圖片不會上傳、不會儲存,也不必註冊。