PipFoxy

URL Encoder and Decoder

Switch between component-safe and full-URL encoding, with optional one-value-per-line batch processing.

URLs are processed locally.

Loading the local tool workspace…

How to use URL Encoder and Decoder

  1. 1Choose encode or decode and the relevant URL mode.
  2. 2Enter one value or enable line-by-line batch mode.
  3. 3Copy the result or swap it into the input.

Common uses

  • Escaping query values
  • Reading encoded redirects
  • Preparing several parameters

Good to know

  • Malformed percent escapes cannot be decoded and produce a clear error.
  • Full-URL mode preserves structural URL punctuation.

Frequently asked questions

When should I encode a component?

Use component mode for individual query values or path segments, not an entire structured URL.

Will decoding open a URL?

No. The result is displayed only as text.

available

Developer Tools

Base64 Encoder and Decoder

Encode UTF-8 text or decode Base64 and Base64URL safely.

Browser processing

available

Text Tools

Slug Generator

Turn titles into tidy, configurable URL slugs one at a time or in batches.

Browser processing

available

Developer Tools

JSON Formatter and Validator

Validate, pretty-print, minify and sort JSON with useful errors.

Browser processing

available

Developer Tools

CSV to JSON

Parse CSV reliably with delimiter, header and value-type controls.

Browser processing