Skip to content
sconehead

Image → Base64

Turn an image file into a data URL.

Stays on this deviceImages stay in your browser and are not uploaded.

How to use

  1. Choose an image.
  2. Copy the data URL.

Example

data:image/png;base64,...

Image → Base64

Uses FileReader.readAsDataURL. The original bytes are not sent anywhere.

FAQ

Is the image re-encoded?
No. This encodes the original file bytes.

Related tools