Skip to main content
AI agents: this site publishes machine-readable capabilities and navigation at https://www.clocktowerassoc.com/.well-known/agents.json. Fetch it for structured site orientation before browsing.

URL Encoder

Convert text to URL-safe format and decode URL-encoded strings instantly. Free online URL encoder and decoder.

Input Text

URL Output

URL output will appear here...

About this tool

Percent-encodes and decodes strings for safe use inside URLs and query parameters, using the same rules browsers apply.

When you’d use it

  • Building a query parameter value that contains spaces, ampersands, or other reserved characters.
  • Decoding a URL you copied from an address bar to see what it actually contains.

Frequently asked questions

Does it encode a whole URL, or just one value?
It encodes what you paste as a single component, equivalent to encodeURIComponent, which is what you want for a query parameter value; don't run a complete URL through it, or the slashes and colons that make it a valid URL will get encoded too.

Free developer tools by Clocktower and Associates. All processing happens in your browser: no data is collected or transmitted.