Initializing, please wait a moment

Type or paste into the box, then click Encode or Decode; the result appears in the output box, and an invalid encoding is shown inline instead of failing silently.

URL encoding converts characters like spaces, brackets, and non-ASCII text into a percent-followed-by-hex format that browsers and servers can safely pass in a URL. The Decode button reverses that: paste a percent-encoded string and the tool returns the original readable text.

URL Decoder


Encode text for safe use in a URL, or decode a percent-encoded URL string back to plain text.

Use it to build a query-string value, decode a shared link, or inspect a percent-encoded parameter. Nothing you type is saved; refreshing the page clears the box.

Encoding uses the browser's own encodeURIComponent/decodeURIComponent and runs locally - no upload and no account. An invalid encoding is shown inline as an error message, so you do not have to guess what went wrong.

← Back to developer tools

Related tools:

  • MD5 converter - Free online MD5 hash generator and MD5-to-text reverse lookup.
  • Convert PDF to TEXT online - Extract text from PDF online for copying and editing.
  • Text To HTML Editor - Text to HTML editor online - write in a WYSIWYG view and watch the generated HTML update live, with
  • CSS Gradient Animator Generator - CSS gradient generator - build animated linear gradients with live preview; copy ready-to-paste CSS
  • CSS Minifier - Minify CSS online for faster page loads.
  • CSS UnMinifier - CSS unminifier online - beautify minified CSS with proper indentation, line breaks, and readable
  • JavaScript Minifier - JavaScript minifier online free - paste your JS, click Minify, and copy the compressed code.
  • JSON Parser By Tree View - Paste JSON to validate, format, and view it in a tree.
  • JavaScript UnMinifier - JavaScript unminifier online - reformat minified JS with indentation and line breaks for
  • Keyboard Test - Keyboard test online - press each key to highlight it, spot non-working keys, and verify Num Lock,
  • Text Diff - Text diff online - compare two text blocks and highlight added, removed, and changed characters,
  • Developer Tools - Developer tools to parse JSON, minify or unminify CSS/JS, compare text, and generate MD5 hashes.

Tags: #developer

Related guides:

Loading reviews...

Frequently Asked Questions

What does URL Decoder do?

Encode text for safe use in a URL, or decode a percent-encoded URL string back to plain text.

When should I reach for url decoder?

Use it to build a query-string value, decode a shared link, or inspect a percent-encoded parameter.

What complementary tools work well alongside url decoder?

Nothing you type is saved; refreshing the page clears the box.