Bild zu Base64

Codiere ein Bild in einen Base64-data-URI — bereit zum Einfügen in CSS oder HTML. Läuft in deinem Browser.

Tool wird geladen…

So konvertierst du ein Bild zu Base64

Leg ein Bild ab, und cutbg codiert es in einen Base64-data-URI, den du direkt in dein CSS-background-image, ein img src oder ein JSON kopieren kannst — ohne Upload, alles auf deinem Gerät.

Wird mein Bild hochgeladen?

Nein — die Codierung passiert in deinem Browser; das Bild verlässt nie dein Gerät.

Verwandte Tools

Häufige Fragen

What is a Base64 data URI?
A text encoding of your image you can paste directly into CSS or HTML, so the image loads with no separate file or request.
Which formats can I encode?
Any image the browser can read — PNG, JPG, WebP, GIF, SVG and more. The data URI keeps the original format.
Is my image uploaded?
No — the file is read and encoded locally in your browser; it never leaves your device.