Skip to content
The Internet Compass

Developer Utilities

URL Encoder

Percent-encodes text so it's safe to use as a query parameter or path segment.

FreeNo sign-upRuns in your browser

How it works

  1. 1Type or paste text
  2. 2It's percent-encoded immediately
  3. 3Copy the result into your URL

Who this is for

  • Encoding a search query for a URL parameter
  • Preparing a redirect URL with special characters
  • Debugging why a URL parameter isn't parsing correctly