Gambar ke Base64

Konversi gambar menjadi URI data Base64 untuk ditempel ke CSS atau HTML.

File-mu tidak pernah meninggalkan perangkatmu. Semua pemrosesan terjadi di browser.

Cara menggunakan

Upload an image and copy the generated Base64 data URI.

Cara kerja

The browser reads the file and encodes its bytes as a Base64 data URL.

Pertanyaan umum

What is a data URI good for?

Embedding small images directly in CSS/HTML without a separate request.

Any size limit?

Base64 grows files ~33%, so it's best for small images.

Alat terkait