Base64 Image Encoder/Decoder

This tool allows you to convert between Base64 encoding and image files. Simply input content in either format, and the system will automatically calculate and display the corresponding value in the other format, making it convenient for development and design work.

Support PNG, JPG, GIF, SVG...
Width/Height: {{ imageInfo.width }}x{{ imageInfo.height }} | Size: {{ imageInfo.size }}
Result
Could not recognize a valid image Base64 format. Please ensure the beginning contains the Data URI Scheme (e.g., data:image/png;base64,...)