Input
Output
URL encoding (percent-encoding) replaces unsafe characters with %XX sequences so they can be safely transmitted in a URL. Use "Component" mode to encode individual query parameters, or "Full URL" mode to encode an entire URL while preserving its structure. Decoding reverses the process — useful for reading encoded redirects or log entries.