URL Encoder/Decoder – Encode & Decode URLs & Query Strings Free
Encode special characters in URLs to percent-encoded format or decode percent-encoded strings back to readable text — instantly, in your browser.
Common Encodings
Results
What is this tool?
A URL Encoder/Decoder is a free online web-development tool that converts special characters in URLs to percent-encoded format (e.g., a space becomes %20, & becomes %26) or decodes percent-encoded strings back to readable human text. RFC 3986 defines which characters must be encoded in URLs; this tool handles the full conversion for you. Front-end developers, back-end engineers, API integrators, and digital marketers use it when building query strings, handling redirects, working with OAuth tokens, or debugging network requests that contain non-ASCII or reserved characters.