Paste a percent-encoded URL or string, and the tool decodes it back to readable text.
Spaces in URLs are encoded as %20 (or + in query strings). Decoding reveals the original readable URL.
Yes — %C3%A9 and similar multi-byte UTF-8 sequences are decoded to their Unicode characters.
Enable the 'decode twice' option to handle URLs that were encoded multiple times.