← All developer tools
URL Encode/Decode
Encode URLs
Encode or decode URI components, or paste a full URL to inspect host, path, and query keys.
Runs in your browser. Inputs stay on this device — nothing is uploaded to BrowserSpaces for processing.
Component encode
encodeURIComponent round-trips.
Parse URL
Protocol, host, path, hash.
Query table
Edit-friendly key/value list.
Local
No network requests.
Use the tool
How it works
URL and URLSearchParams
Built-in browser URL APIs parse and serialize without leaving the page.
Three steps
- 1
Paste text or URL
Component or full URL.
- 2
Encode / decode / parse
Pick the operation.
- 3
Copy
Take the result.