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

Space: %20
&: %26
=: %3D
?: %3F
/: %2F
#: %23
@: %40
+: %2B

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.

How to use this tool?

1. Select the mode: "Encode" to convert plain text to percent-encoding, or "Decode" to convert an encoded string back to readable text. 2. Paste your URL, query string, or raw text into the input field. 3. Click the Encode or Decode button to process it instantly. 4. Review the output in the result area. 5. Click Copy to copy the encoded or decoded string to your clipboard. 6. Paste it into your code, browser address bar, API client, or wherever you need it.

Frequently Asked Questions

Part of these toolkits

Related Tools

Keyword Density Checker – Words & Phrases Frequency Free

Use Tool

Remove Line Breaks – Clean & Join Broken Text Lines Free

Use Tool

Word Counter – Count Words, Characters & Reading Time Free

Use Tool

Password Generator – Create Strong Secure Passwords Free

Use Tool

Random Word Generator – Generate Words for Writing, Games & More

Use Tool

Text Repeater – Repeat Any Text Multiple Times Free

Use Tool