Image to Base64 Converter
Convert a selected image into a Base64 data URL entirely in your browser.
Convert images into data URLs
Data URLs embed image bytes directly in HTML or CSS and can be useful for very small assets.
For large images, ordinary cached image files are usually more efficient.