URL Encoder / Decoder
Encode and decode URLs and query string parameters online, instantly. Supports value encoding, full URL encoding, and decoding — free tool.
Encodes everything including / : ? & — for query param values
Related tools
HTML Entities Encoder / Decoder
Encode and decode HTML entities like < and > instantly online. Free tool for safely embedding user content in HTML, emails, and templates.
URL Parser
Parse any URL into its components online — protocol, host, path, query params, and hash. Free URL parser for debugging redirects and OAuth callbacks.
Slug Generator
Convert any text into a clean, URL-friendly slug instantly online. Free slug generator for blog post URLs, API routes, and file names.
cURL to Fetch
Convert a cURL command into a JavaScript fetch() call instantly online, for free. Perfect for copying requests from DevTools or Postman.
About URL Encoder / Decoder
Encode and decode URLs with the right mode for every situation — no libraries, no server. • Encode value mode: encodes everything including / : ? & — use for query parameter values • Encode URL mode: preserves URL structure like / : ? — use for full URLs • Decode mode: reverses percent-encoded strings back to readable text • Each mode includes a hint explaining when to use it