There are so many online URL encoder/decoder out there, but nothing stops me from creating yet another one and pollute the web (j/k). Anyway, this is just a very simple tool written in JavaScript that can be used to encode/decode URl fragments or even full URL.
I was just annoyed that every time I encountered a string while debugging or investigating, there always comes a time that I need to encode or decode strings into URL format or human readable format. That’s why I creating this tool to save me from searching Google and visit someone else site.