URL Encoder / Decoder

Encode or decode URL text

All tools are client-side. No login required.

What does URL encoding do?

URL encoding replaces unsafe characters with %-escapes (for example, a space becomes %20). This ensures your text is safe to use inside links and query strings.

How to use

  1. Paste text in the box.
  2. Click Encode to percent-encode it or Decode to reverse it.
  3. Use Copy to copy the output.