Query String Builder — Free Online Tool

Build and encode query strings.. Query String Builder is a free online tool from the ToolsRift Developer Tools collection. It runs entirely in your browser — nothing to install, no signup, and your data never leaves your device.

Loading Query String Builder

How to use Query String Builder

Add key/value pairs to compose an encoded query string, and paste an existing query string to decode it into readable pairs. Copy the result with one click.

Frequently asked questions

Are values automatically encoded?

Yes — the builder uses URLSearchParams, which percent-encodes special characters so spaces, ampersands and symbols stay valid.

Can I have duplicate keys?

Yes — repeating a key appends multiple values, matching how servers read array-style parameters like tag=a&tag=b.

Should I include the leading ?

The output shows the raw query string; add the ? yourself when joining it to a URL path, or copy the previewed ?-prefixed version.

More Developer Tools

User-Agent Parser
Extract browser/OS/device/engine.
IP Info
IPv4/IPv6 class/type/binary info.
CIDR Calculator
Network range, netmask, hosts.
HTTP Status Codes
Searchable HTTP code reference.
MIME Types
Extension — MIME lookup.
Diff Checker
Line-by-line visual differences.

← View all Developer Tools