The URL encoder/decoder is useful when you’re passing an url as a query string. Even though most browsers recognize non-encoded urls it may lead to validation errors. So its best to encode urls before passing them. Use the decoder to decode urls back to understandable format.