Developer tools
Base64 & URL encode/decode
Encode or decode Base64 and URL (percent-encoding) strings β UTF-8 safe, local only.
|
Output
β
Your data never leaves the browser.
How it works
- Choose Base64 or URL, then encode or decode.
- Paste text β the result updates instantly.
- Copy the output when ready.
FAQ
- Is Unicode supported for Base64?
- Yes β encoding uses UTF-8 before Base64.
- Is input uploaded?
- No. Everything stays in your browser.