Encode or Decode URL
What is URL Encoding?
URL encoding converts unsafe characters into percent-encoded text so URLs and query strings can be safely sent through browsers, APIs, and forms.
- Encode spaces and special characters.
- Decode percent-encoded URLs.
- Inspect URL scheme, host, path, query, and fragment.
- Use component encoding for query values.