Spread the word about this tool
Image to Base64
How to convert image to base64 using only browser?
This how-to page will guide you through the process of converting image into Base64 encoding, making the image suitable for embedding in CSS styles and webpages.
- Point your browser to https://mirotools.com/image-to-base64
- Press “Choose file” and choose the image file. Check that its filename has appeared in the “Choose file” field
- Press “Convert” and await while conversion of image to Base64 happens.
- Scoll down the page and find two textareas with your image encoded in Base64 for usage in IMG elements and in CSS
You’ve just converted an image to Base64. The Base64 representation of the image is now stored in your clipboard. You may paste the base64 image representation into the CSS or HTML.
Want to do this programmatically? Learn more about base64 encode and decode and start from the Base64 in every programming language page!
Popular Tools
Recent Posts
Is Base64 encoded UUID still unique?
May 31, 2022
How to use btoa and atob with UTF strings?
May 31, 2022
Base64 in every programming language
May 31, 2022