URL Encoder / Decoder
Encode or decode strings to be safely used within URLs.
Conversion
Input (Raw Text)
Output (URL Encoded)
What is URL Encoding?
URL encoding, officially known as percent-encoding, is a mechanism for encoding information in a Uniform Resource Identifier (URI). Characters that are not allowed in a URL must be encoded.
How to use the URL tool
- Paste your text or URL into the top input area.
- Select whether you want to Encode or Decode.
- The converted result will appear in the output text area.
- Click Copy to save the result.