Loading...
URL decoding restores original characters from %XX sequences. Useful for reading a tracking URL, a form parameter, or an opaque redirect.
Free, no account required, browser processing and no server upload.
URL decoding restores original characters from %XX sequences. Useful for reading a tracking URL, a form parameter, or an opaque redirect.
Common conversions
%40 → @ — %2F → / — %3F → ? — %23 → # — %26 → &. Useful for inspecting an ad tracking URL or an encoded parameter before use.
If the decoded URL still contains %XX, it is either double-encoded (decode again), or the character simply does not exist in standard ASCII.
%20
Space
%40
@
At sign
%2F
/
Slash
%3F
?
Question mark
%23
#
Hash