URL Encoder
Safely encode and decode text strings and parameters for use in web URLs.
About this tool
URL (Uniform Resource Locator) encoding, also referred to as percent-encoding, is a standard for transmitting data over the web. Because URLs are restricted to a specific subset of the ASCII character set, other characters (including spaces and reserved symbols) must be converted into a format consisting of a percent sign (%) followed by a two-digit hexadecimal representation.
This URL Encoder and Decoder utility translates text input into a compliant string for web protocols. The decoding mode performs the reverse operation, parsing percent-encoded strings (like %20 for space) back into plain text. This tool is free to use and requires no registration.
Encoding and decoding computations are processed locally within the browser. Query parameters and input strings are not transmitted over the network.