Free Online Tool

URL Encoder/Decoder

Convert URLs, query strings, and text with special characters directly in your browser.

The result will appear here.

Your input is not sent to a server and is processed only in your browser.

How to Use

  1. Enter a URL or text.
  2. Choose encode or decode.
  3. Copy the converted result.

Examples

  • Encode a search query for a URL
  • Decode %20 and encoded Korean text

Calculation and Conversion Notes

URL encoding uses `encodeURIComponent`. URL decoding uses `decodeURIComponent`. Use it to convert spaces, Korean text, and special characters into a safer string for URLs.

FAQ

Does URL Encoder/Decoder save my input?

No. Your input is not stored on a server. Supported actions run in your browser.

Can I use it on mobile?

Yes. The pages are responsive and work on desktop and mobile browsers.

Can I rely on the result?

Use the result as a quick reference. Important work should be checked separately.

Related Tools