Url Decoder ( --> and Encoder !)

<-- Back to home

If you work in web or API develoment, the day when you have to deal with encoded urls will arrive. That situation will occure for example when you need to pass and empty or an special character space inside a param. It's not a complex problem to solve, but if you don't keep it in mind can cause some headheache.

Here you can try a simply utility to get and url encoded or decoded, to use it take the url and paste it in the box. What I like from that tool is it will tell to you how many time an url has been encoded, believe me, more than one time I have seen broken API call due to double encodings!