</>DevTools

%20URL Encode/Decode

Encode or decode URL components

What is URL Encoding/Decoding?

URL encoding (percent encoding) converts characters that cannot be used in a URL into the %XX format. It is essential for safely passing URLs containing spaces, non-Latin characters, or special symbols to web browsers and servers. It is commonly needed for search query parameters, API requests, and form data submissions.

How to Use

  1. Select Encode to encode, or Decode to decode.
  2. Enter the URL or percent-encoded string you want to convert in the input field.
  3. Click Convert to see the conversion result.
  4. Use the copy button to instantly copy the result to your clipboard.