</> Developer Tool

URL Encode / Decode

Encode or decode URLs and text instantly. Everything runs in your browser โ€” fast, secure and completely private.

Auto-run

Input

Enter text or URL to encode.

0 / 10,000

Result

Encoded result will appear here.

0 / 10,000
โœ… Your data stays in your browser. We never store or send anything.

What is URL encoding?

URL encoding converts special characters into a format that can be safely used in URLs and web applications.

Example

hello world! โ†’ hello%20world%21

Common use cases

  • Fix URL errors with special characters
  • Prepare data for web forms and APIs
  • Decode encoded URLs and text
  • Developer and debugging workflows