URL Encode

URL Encode / Decode

Encode or decode URL components

Decoded Text
Encoded

What it does: Encode or decode URL components. This free online tool works entirely in your browser with no installation required.

How to use:
  1. Type or paste plain text into the Decoded Text panel, or paste an encoded string into the Encoded panel.
  2. Press Encode to convert your text into a URL-safe percent-encoded string, or Decode to reverse.
  3. Copy the resulting encoded or decoded text to your clipboard for use in your application.
Privacy: All processing happens in your browser. No data sent to servers. Best for: Anyone who needs quick URL Encode / Decode without installing software.

What is URL Encoding?

URL encoding, also known as percent-encoding, is a mechanism for encoding information in a Uniform Resource Identifier (URI). Certain characters are not allowed in URLs or have special meanings. URL encoding replaces these characters with a % followed by two hexadecimal digits representing the character's ASCII code. For example, a space becomes %20.

Characters That Must Be Encoded

Common Use Cases

URL Encoding vs. URL Decoding

Use the Encode button to convert your text into a safe URL component. Use the Decode button to convert percent-encoded strings back into their original human-readable form, which is useful when debugging URLs or reading encoded query parameters in logs.