Larawan patungong Base64

I-convert ang larawan sa Base64 data URI para i-paste sa CSS o HTML.

Your files never leave your device. All processing happens in your browser.

How to use

Upload an image and copy the generated Base64 data URI.

How it works

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

Frequently asked questions

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.

Related tools