URL Decode
Decode percent-encoded URLs
How to use
- Paste a percent-encoded URL or string.
- The human-readable, decoded version appears instantly.
- Copy the clean text to read or reuse it.
Why use this tool
- Readable URLs: Turn %20 and other escapes back into spaces and real characters.
- Instant: Decodes the moment you paste, fully in your browser.
- 100% private: Everything runs in your browser. Your data is never uploaded to a server, so it's safe for confidential content.
Frequently asked questions
What does %20 mean?
It's the URL-encoded form of a space. Decoding converts these escape sequences back to the characters they represent.
Why didn't my string fully decode?
It may be double-encoded (encoded twice). Run it through the decoder a second time to fully restore it.
Is decoding private?
Yes. It all happens in your browser; nothing is sent anywhere.
Back to all tools