Online tools Toolshu.com Log In Sign Up

URL Encoding/Decoding

Instructions for use
This is a JavaScript-based URL encoding and decoding tool. It helps you convert text to URL encoding format, or convert URL-encoded text back to the original format. This tool is especially useful when dealing with URL parameters or data transfer.

Main Features:
- URL Encoding: Convert the input text to URL encoding format. You can choose to encode the entire URI or just parts of the URI.
- URL Decoding: Convert URL-encoded text back to its original form. You can choose to decode the entire URI or just parts of the URI.
- Clear Input: Clear all text from the input box.

Encoding URI Components: Use encodeURIComponent / decodeURIComponent
Encoding Full URI: Use encodeURI / decodeURI
Comment area