Common tools
Everyday URL jobs, all covered.
URL encode / decode
Encode or decode the special characters inside a URL, so a link survives being copied around.
URL parsing
Break a URL down into its parts: protocol, host, path and the query string, each on its own line.
Parameter extraction
Pull out every query parameter at once so they are easy to read, compare and copy.
URL builder
Join a URL together with escaping handled for you, then copy the finished link in one click.