Image to Base64
Convert an image to Base64 or a data URL.
Advertisement
Before you start
Base64 is not encryption and increases size.
Frequently asked questions
How does a data URL differ from Base64?
A data URL contains a prefix such as data:image/png;base64, followed by the Base64 payload. The current output is a data URL. The payload is about 33% larger than the original bytes and does not protect secrets.
Is my file or input sent to a server?
No. Processing stays in your current browser session.