Newsletter
We send one email per week — no spam, no fluff. Unsubscribe anytime.
Encode text and data to Base64, or decode Base64 strings back to plain text instantly.
Last updated July 1, 2026
Embedding images in CSS or HTML
Encode small images or SVGs to Base64 to inline them directly in stylesheets or HTML, eliminating an extra HTTP request.
Debugging API payloads
Decode a Base64-encoded JWT or API token to inspect its claims and header without leaving the browser.