Tools > UrlDecode

UrlDecode Defined:

"URL-decodes a string and returns the decoded string."
~ msdn.microsoft.com

"URL encoding ensures that all browsers will correctly transmit text in URL strings. Characters such as a question mark (?), ampersand (&), slash mark (/), and spaces might be truncated or corrupted by some browsers. As a result, these characters must be encoded in <a> tags or in query strings where the strings can be re-sent by a browser in a request string."
~ msdn.microsoft.com

Uses for UrlDecode:

There are many places you can use UrlDecode including decoding variables found in a URL from MapQuest, Google Maps, ShareThis, Webtrands On Demand reporting, etc.