Tool
URL Encode / Decode
Percent-encode text for URLs and decode URL-encoded strings back to plain text — UTF-8 safe. Everything runs locally in your browser.
Component encodes everything except unreserved characters (best for a single query value). Full URI leaves URL structure like :/?# intact. Decoding also treats + as a space.