File to data URI converter

Generate a data URI from any picture, icon, or other file.
Secured processing done locally in the browser without sending anything over Internet.
By chosing an image, you can copy the result and use it inside any <img src="xxx"> tag
Can be used as a favicon too: <link rel="icon" type="image/png" href="data:image/png;base64,xxx">
(replace xxx with the result that you copy and paste from the content of the text area that will be generated)
To use local file(s), drag & drop it/them into the gray area below, or use the select button.
To use a picture from a web page, right-click and "copy" the picture from that page, and paste (Ctrl+V) it on this page.
More information on Data Uri can be found on this page.

Paste or Drop file(s) here

You can select file(s) too: