URL Encoder / Decoder
Encode and decode URL strings in real time — percent-encoding made easy.
Advertisement
Length: 0 chars
Length: 0 chars
Quick Examples
Advertisement
How to Encode or Decode a URL
- Select Encode URL or Decode URL mode using the tabs.
- Type or paste your text in the input box; the output updates in real time.
- Click Copy to copy the output to your clipboard.
- Use the quick example buttons to test common encoding scenarios.
URL encoding replaces unsafe characters with a % sign followed by two hex digits (e.g. space → %20).