URL Query String Encoder

Build URL query strings with properly encoded parameters. Add key-value pairs and generate encoded URLs.

URL Encoding Explained

Special characters in URLs (spaces, &, =, etc.) must be encoded. For example, a space becomes %20 or +.

Example

name=John Doe&city=New York becomes name=John%20Doe&city=New%20York