URL toolkit
Encode, decode, and inspect URL components.
About URL toolkit
Prepare a value for a URL component or inspect how an address is divided into parts. Parsing is useful for debugging query strings without opening the destination.
Steps, example, and limitations
How to use it
- Select encoding, decoding, or inspection.
- Enter the component text or full URL appropriate for that mode.
- Run the operation and review the result.
Example
Input
URL component: hello world & more
Result
hello%20world%20%26%20more
Things to know
- Encoding a component is different from encoding an entire URL. Do not encode separators that must keep their URL meaning.
- Inspecting a URL does not establish that the destination is safe or reachable.