How to use URL Encode/Decode

  1. Add or paste your input above.
  2. Click the action button to run URL Encode/Decode.
  3. Copy or download your result.
↓ Full guide
Runs in your browser · nothing uploaded

URL Encode/Decode

Percent-encode text for safe use in URLs, or decode it back.

About URL encoding and decoding

URL encoding (percent-encoding) replaces characters that have special meaning in a web address — like spaces, ampersands and question marks — with safe %xx codes. It is essential when building links and query strings that contain user input.

Tips