Base64 & URL Encoder/Decoder
Encode or decode Base64 and URL-encoded text instantly in your browser. Free, fast, UTF-8 safe, and fully private.
How it Works
Convert between Base64, URL encoding, and plain text in seconds.
Choose a Mode
Pick Base64 or URL, and whether you want to encode or decode your text.
Paste Your Text
Type or paste your text into the input box. The result is computed live as you type.
Copy the Result
Copy the converted output with one click, or hit Swap to reverse the conversion.
Tips & Facts
Understand what these encodings do and when to use them.
Data URIs & Transport
Base64 is commonly used to embed small images as data URIs or to safely transmit binary data as text.
Safe Query Strings
URL encoding is needed for special characters in query strings, such as spaces, &, and = signs.
Not Encryption
Base64 is NOT encryption. Anyone can decode it, so don't use it to hide sensitive data.
Unicode Ready
This tool correctly handles Korean and other non-Latin text thanks to full UTF-8 support.