The URL encoder is a simple and free tool that helps you encode special characters in a URL. It encodes URLs based on the current character set used by your browser. In this case, we are using UTF-8, which is the default character set for HTML5. This tool also helps you decode URLs and turn them back into normal URLs. Both of these tasks are done using Javascript’s encodeURIComponent() and decodeURIComponent() functions.
Give it a try!
Posted in: Apps & Tools