URL Encode / Decode
URL Encoder converts text to percent-encoded form that's safe to use in URLs and query strings, and decodes encoded URLs back to readable text.
๐ Runs locally in your browser.
How to use URL Encode / Decode
- Paste your text or encoded URL.
- Choose Encode or Decode.
- Copy the result.
Frequently asked questions
What does URL encoding do?
It replaces characters that aren't URL-safe (spaces, &, ?, etc.) with percent-encoded equivalents like %20.
Does it support full encoding?
Yes โ it uses encodeURIComponent, which encodes reserved characters for use inside query parameters.
Is it private?
Yes, encoding and decoding run in your browser.
Related developer tools
UUID Generator
Generate random v4 UUIDs (GUIDs) in bulk and copy them with one click. Free, instant and fully in-browser using the secure crypto API.
Base64 Encode / Decode
Encode text to Base64 or decode Base64 back to text instantly. Free, private, in-browser โ supports full Unicode (UTF-8).
JSON Formatter & Validator
Format, beautify, minify and validate JSON instantly. Free, private, in-browser JSON formatter with clear error messages.
QR Code Generator
Generate a QR code from any text, link, email or phone number and download it as a PNG. Free, instant and fully in-browser.