URL Decoder
Decode URL-encoded strings back to readable text. Supports decodeURIComponent and decodeURI with automatic detection.
URL decoding converts percent-encoded characters (%XX) back to their original form. This free online URL decoder handles all standard URL encoding, including UTF-8 multi-byte characters. Paste any URL-encoded text or full URL to decode it instantly in your browser.
Common URL-Encoded Characters
Reference table of commonly percent-encoded characters in URLs. These characters must be encoded when used as data in URL components.
| Character | Encoded | Name | When to Encode |
|---|---|---|---|
| %20 | Space | Always in path/query | |
| / | %2F | Forward slash | In query values |
| : | %3A | Colon | In query values |
| & | %26 | Ampersand | In query values (to avoid param separator) |
| = | %3D | Equals sign | In query values (to avoid key=value separator) |
| ? | %3F | Question mark | In path or query values |
| # | %23 | Hash/Fragment | In path or query (to avoid fragment) |
| + | %2B | Plus sign | In query values (+ can mean space) |
| @ | %40 | At sign | In query values |
| % | %25 | Percent sign | Always (to avoid encoding ambiguity) |
| \n | %0A | Newline (LF) | Always |
| \t | %09 | Tab | Always |
FAQ
Beoordeel deze tool
4.6 / 5 Β· 99 beoordelingen
Recommended
CloudflareFree CDN & DDoS protectionBlijf op de hoogte
Ontvang wekelijkse dev-tips en nieuwe tools.
Geen spam. Altijd opzegbaar.
Enjoy these free tools?
βBuy Me a Coffee