Image to Base64

Files & Images

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

Calculated Result
Open an image
Formula: File bytes → Base64 data URI

About this calculator

Large photos make huge strings. This is separate from the UTF-8 Base64 text encoder.

How It Works & Formula

FormulaFile bytes → data URI

btoa of the file bytes plus the MIME type.