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

Output