Base64 ↔ Data URL

Convert between Base64 strings and Data URLs for embedding in HTML/CSS.

Base64 ↔ Data URL Converter

Convert between Base64 strings and Data URLs. Data URLs allow you to embed files directly in HTML/CSS using the format: data:[MIME-type];base64,[data]