URL Encode / Decode

Percent-encode text for URLs, or decode it back to plain text.

100% private - files never leave your browser

Loading tool…

Safely encode text for use in URLs, or decode a percent-encoded string back to readable text. It is essential for query parameters, links with special characters, and debugging web requests. The conversion runs in your browser and nothing is uploaded.

How to use URL Encode / Decode

  1. 1

    Paste your text or encoded URL.

  2. 2

    Choose Encode or Decode.

  3. 3

    Copy the result.

Frequently asked questions

It replaces characters that aren't URL-safe (like spaces and &) with percent-codes so links work correctly.