URL Encode / Decode
When passing parameters via URL queries, we often see sanitization of URL strings in order to allow the data to pass through without messing up the original query. Therefore, sometimes we need to encode and decode these. Here's a tool that will take care of that.