URL Encoder & Decoder
Encode text for URLs (percent encoding) or decode URL-encoded strings back to readable text.
What is URL Encoding?
URL encoding (percent encoding) replaces unsafe ASCII characters with a "%" followed by two hex digits. Spaces become %20 (or +), & becomes %26. Required when passing special characters in URLs, query strings, or form data.
Input
Mode
Component Type