Image to Base64

Turn an image into a Base64 data URI you can paste directly into CSS or HTML.

ไฟล์ของคุณไม่เคยออกจากอุปกรณ์ของคุณ การประมวลผลทั้งหมดเกิดขึ้นในเบราว์เซอร์

วิธีใช้

Upload an image and copy the generated Base64 data URI.

วิธีการทำงาน

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

คำถามที่พบบ่อย

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.

เครื่องมือที่เกี่ยวข้อง