Skip to main content
DevToys
Encode & decode

URL

Percent-encode and decode URLs and query values

Conversion workspace

Text URL encoded

Input
Text
Output
URL encoded
How to use / Notes

How to use

  1. Enter the string to encode or decode.
  2. Choose the direction.
  3. Copy the result for use in a URL.

Notes

  • A whole URL vs. a single component needs a different escaping scope.
  • Encoding an already-encoded string produces double encoding.