URL Encoding & Decoding Tools

URL encoding (percent-encoding) converts special characters into %XX sequences so text is safe in URLs and query strings. Encode strings for links and APIs, decode encoded values, or parse query parameters from full URLs.

URL Tools

  • URL Encoder

    Percent-encode special characters so text is safe in URLs and query strings. Paste your text and click Run before adding it to a link or API request.

  • URL Decoder

    Convert %XX-encoded strings back to readable text. Paste a URL-encoded value and click Run to decode query parameters and path segments.

  • Query String Parser

    Parse query parameters from a full URL or raw query string. See decoded values and a JSON representation of all parameters.