ScaleWhite Tools

URL Encode / Decode

Percent-encode and decode URL strings.

What is this tool?

This tool encodes and decodes URL strings using percent-encoding (RFC 3986). Use it to safely include special characters in URLs or to decode encoded URLs back to readable text.

How to Use

  1. Enter text or an encoded string in the input area.
  2. Click 'Encode' for standard encoding or 'Encode All' for full encoding.
  3. Click 'Decode' to decode a percent-encoded string.
  4. Use 'Use output as input' to chain operations.

Examples

  • Encode query parameters with special characters.
  • Decode a percent-encoded URL from a log file.
  • Encode non-ASCII characters for use in URLs.