What is Base64?
Base64 is a text encoding format that converts binary data into a readable string. It is commonly used for embedding images directly into HTML, CSS, JSON, and APIs.
Help Center
Answers to common questions about Base64 image encoding, decoding, privacy, and supported formats.
Base64 is a text encoding format that converts binary data into a readable string. It is commonly used for embedding images directly into HTML, CSS, JSON, and APIs.
Yes. All conversions happen locally in your browser. Files never leave your device.
No. Base64 encoding does not change the original image quality.
Base64 strings are usually about 33% larger than the original binary file.
JPG, JPEG, PNG, GIF, BMP, TIFF, SVG, WEBP, AVIF and ICO.