Encode and decode URL strings and query parameters using percent-encoding (URL encoding)
Encoded output will appear here...
URL Encoding (percent-encoding) converts special characters into a format that can be transmitted safely over the Internet. Each character is represented by a % sign followed by its hexadecimal ASCII value.
Common character encodings:
Use cases: Query parameters, form data, API requests, OAuth callbacks, sharing URLs