Encoding

URL Decode

Encoded text Updates live
Output
Input: 0 chars Output: 0 chars
How it works

Converts percent-encoded characters back to readable text

Also: URL Encode

FAQ

What does %20 mean?

%20 is the URL-encoded representation of a space character.

What is the difference between + and %20?

Both represent a space. %20 is used in URLs, + is used in query strings (application/x-www-form-urlencoded).

Related tools

URL Encode Base64 Encode Base64 Decode