Base64 / URL Encoder
Encode and decode Base64 and URL text instantly and securely, right in your browser.
Base64 Converter
How to Use
Convert Base64 and URL text in seconds.
Choose a Mode
Switch between Base64 and URL depending on the kind of conversion you need.
Encode or Decode
Paste your text into the input, then press Encode or Decode to transform it instantly.
Copy the Result
Copy the output to your clipboard, or use Swap to feed it back for a reverse conversion.
Encoding Tips
Get the most out of Base64 and URL conversions.
Base64 Is Not Encryption
Base64 only encodes data into an ASCII-safe format. It is easily reversible, so never use it to protect passwords or secrets.
UTF-8 Safe by Design
This tool handles emoji and accented characters correctly by converting to UTF-8 bytes before Base64, avoiding the classic btoa() error.
Component vs Full URL
Use standard URL encode for a single query value, and 'Encode full URL' when you need a complete, valid link that keeps its slashes and colons.
Use Swap to Verify
After encoding, hit Swap and Decode to confirm you get the original text back — a quick round-trip sanity check.