All utils

URL tools

Percent-encode or decode a string, and pull any URL apart into its scheme, host, path and query parameters.

Runs entirely in your browser — nothing is uploaded or stored.

Plain text

Component mode escapes &, ?, / and = — use it for individual query values.

Result
Inspect a URL

Parsed with the browser's own URL parser, so it matches what fetch and the address bar actually see.