Base64 Encoder / Decoder
Encode text to Base64 or decode Base64 to text. Use URL-safe mode for query strings and cookies. All processing runs in your browser.
Example
Type Hello, world! and click Encode to get SGVsbG8sIHdvcmxkIQ==. Use URL-safe for values in URLs or cookies (no +/=).
FAQ
- and _ instead of + and / and omits padding.