Skip to main content
encode

URL Decode

Decode percent-encoded URL text

About the URL Decode tool

URL decoding turns %XX escape sequences back into the characters they represent, so you can read a query string, a redirect parameter, or a copied link in plain text. Invalid escape sequences are reported rather than throwing.

Input
0 words·0 characters·0 lines·0 min read
Output
0 words·0 characters·0 lines

How to use

  1. 1Paste the percent-encoded text into the Input field.
  2. 2The decoded text appears in the Output field.
  3. 3Copy the readable result.