Percent-encode text for URLs and decode it back.
Last updated: 25 Aug 2026
Quick answer
URL encoding replaces unsafe characters with %-codes so text is safe in a URL — e.g. a space becomes %20. Paste text and Encode, or paste an encoded string and Decode. It runs in your browser.
Percent-encode text so it is safe inside a URL, or decode an encoded string back to readable text. Runs locally in your browser.