Convert images to Base64 encoded strings for embedding directly in HTML, CSS, or JavaScript. Generate data URLs for inline images, reduce HTTP requests, and embed images in code.
small-icon.png (2KB)data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAA...pattern.png (5KB)background-image: url('data:image/png;base64,...');logo.png (8KB)<img src="data:image/png;base64,..." alt="Logo" />Convert Base64 encoded strings back to downloadable images. Decode data URLs from HTML, CSS, or APIs into viewable and saveable image files instantly.
Encode and decode Base64 data instantly. Convert text, files, and images to Base64 format for embedding in HTML, CSS, JSON, and APIs. Supports URL-safe Base64 and handles Unicode characters.