Immagine in Base64
Converti un'immagine in un data URL Base64.
Drop an image to convert it to a Base64 data URL you can paste into CSS, HTML or JSON. Everything runs locally in your browser.
File grande — la stringa Base64 sarà lunga.
Ti ha fatto risparmiare tempo?Offrimi un caffè
Le tue immagini vengono elaborate localmente nel browser quando possibile.
Come funziona
- 1 Drop an image, or click to choose one.
- 2 Copy the Base64 data URL, or download it as a .txt file.
Casi d'uso comuni
- Inline small images in CSS or HTML.
- Embed an icon in a JSON config.
- Avoid an extra network request for a tiny image.
- Paste image data into a code snippet.
Domande frequenti
Are my images uploaded to a server?
No. Everything runs locally in your browser — your images never leave your device and nothing is stored.
Should I inline large images?
No. Base64 makes data about 33% larger, so it's best for small images and icons. The tool warns on large files.
What is a data URL?
A string that begins with data:image/...;base64, and contains the whole image, so it can be used directly as an image source.
Is it really free?
Yes — free, with no signup, no watermark and no limits.