๐Ÿ”—

URL Encoder / Decoder

Developer Tools

Encode or decode URLs online. Convert special characters to percent-encoding and back.

How to Use URL Encoder / Decoder

  1. Paste URL โ€“ Enter your URL or text.
  2. Encode or Decode โ€“ Click the appropriate button.
  3. Copy โ€“ Use the copy button to copy your result.

Frequently Asked Questions โ€“ URL Encoder / Decoder

URL encoding converts special characters (like spaces, &, =) into a %XX percent-encoded format that is safe to include in a URL.
When you receive a URL with %20, %26, or other encoded characters and need to read the original text.