Encoding, Hashing & Security

URL Encode / Decode

Percent-encode and decode URLs and query string components safely.

No upload, ever No account needed Works offline
Input (URL or text)
0 characters
Auto-updated
// how to use it

Three steps, no reading required.

Paste your input

Drop text, code, or data into the input pane — from an API response, a file, anywhere.

Pick a mode

Toggle the modes above the output. The result updates instantly as you type.

Copy the result

Grab the output with Copy, or fix the error shown if the input is invalid.

// examples

Try it with a sample.

Sample 1
https://example.com/search?q=hello world&lang=en
TYPICAL ONLINE TOOL

Upload & hope

  • Sends your input to a server to process it
  • Asks for an account after a few free uses
  • Limits input size on the free tier
DEVUTILSNOW

Runs where you are

  • Processes everything inside your browser tab
  • No account, ever
  • No artificial size limit
// faq

Questions worth answering upfront.

No. URL encoding and decoding happen entirely in your browser. Nothing you enter is uploaded or stored.

URL encoding (percent-encoding) replaces characters that are unsafe in a URL — like spaces and symbols — with a percent sign followed by their hex value, so the URL stays valid.

Encoding a component escapes characters like & and = that are meaningful in a full URL, so use component encoding for query values and full-URL encoding for whole addresses.

Yes. Every tool on DevUtilsNow is free with no account required.

Need another tool?

36+ browser-based utilities — all free, all private, nothing to install.

Browse all tools →
Last updated: Aug 3, 2026