Convert any image to a Base64 encoded string for embedding in HTML, CSS or JSON
Supports JPG, PNG, WEBP, GIF, SVG — Max 5MB
Paste a Base64 string or Data URL below to decode it back to an image.
Base64 encodes binary data (like images) into ASCII text characters.
Embed images directly into HTML or CSS without needing a separate file request.
Useful for APIs and JSON where binary data needs to be sent as text.