EN DE

Free, privacy-first

URL Encoder and Decoder: Percent Encoding

Switch between encoding and decoding, choose component-safe mode, and inspect the converted URL text before reuse.

Inputs

Results

Results update as you use the interface above.

How to Use This URL Encoder / Decoder

Paste a URL or text snippet, choose encode or decode, then decide whether you are working on a full URL or only one component.

  1. Choose encode or decode

    Use encode mode to make text safe for inclusion in a URL. Use decode mode to read back a percent-encoded string into its original form.

  2. Select component or full-URI mode

    Component mode uses encodeURIComponent and escapes reserved characters like /, ?, and &. Full-URI mode uses encodeURI and preserves the URL structure, so use it only when encoding a complete address.

  3. Paste your input and run

    Type or paste the query parameter value, path segment, or full URL. The tool processes the input and shows the result with input and output character counts.

  4. Inspect the URL parts breakdown

    When the input looks like a full URL, the tool parses and displays the protocol, host, pathname, and query string separately so you can verify each segment.