TToolsKit

Image → Base64

Encode any image as a Base64 data URI for inline HTML/CSS.

.jpg, .jpeg, .png, .webp, .gif, .svg · up to 10 MB

How to use image → base64

  1. 1
    Drop image

    Small files only — Base64 adds ~33% overhead.

  2. 2
    Copy the text

    Paste into CSS, HTML, or JSON.

Frequently asked questions

When should I use data URIs?
For tiny icons (< 2 KB) to save HTTP requests. Larger images belong as regular files.

Related tools