MojoUtils

URL Encoder / Decoder

Encodez ou décodez des chaînes URL

Outils pour développeurs

Input

Output

URL Encoder/Decoder converts special characters to percent-encoded format and back. It's essential for developers building APIs, constructing query strings, handling form data, and ensuring URLs work correctly across all browsers and servers.

Comment utiliser

  1. 1Paste the URL or text string you want to encode or decode.
  2. 2Click "Encode" to convert special characters to percent-encoding (e.g., space → %20).
  3. 3Click "Decode" to convert percent-encoded strings back to readable text.
  4. 4The result appears below.
  5. 5Copy the result with the copy button.

Fonctionnalités

  • Encode URLs to make them web-safe
  • Decode percent-encoded URLs to readable text
  • Handles all special characters including spaces, &, =, +, #
  • Free browser-based tool — no data sent to servers
  • Supports both full URLs and individual parameters

Questions fréquentes