Encodeur/Décodeur URL

Entrée

Sortie

URL Encoder / Decoder

URL encoding (Percent-encoding) is a mechanism for encoding information in a Uniform Resource Identifier (URI).

  1. Enter your URL or text in the input field.
  2. Click "Encode" to convert special characters to their percent-encoded counterparts.
  3. Click "Decode" to convert encoded characters back to their original form.
  4. Copy the result from the output field.

FAQ

Why encode URLs?

URLs can only contain a limited set of characters from the US-ASCII character set. Any other characters must be encoded to be valid in a URL.

What is percent-encoding?

It is a mechanism to encode 8-bit characters as a sequence of three characters: a percent sign "%" followed by two hexadecimal digits.