URL Parser & Query String Splitter

Parse any URL into its components and split query strings into key-value pairs. Decode encoded values, sort parameters, and build custom query strings.

Options

Query String Builder

Add parameters above to build a query string

Features

Real-time URL parsing as you type
Break down into protocol hostname port path query and fragment
Query string split into key-value table
URL decode encoded components
Show raw and decoded values side by side
Sort query parameters alphabetically
Query string builder to create custom URLs
Copy individual components or full URL
Works entirely in your browser
Supports all URL formats and encodings

How to Use

1. Paste or type a URL in the input field. 2. The URL is parsed in real-time into its components. 3. Toggle options: auto-decode encoded values, show raw values, or sort parameters. 4. Click copy buttons to copy individual parts or the full URL. 5. Use the Query Builder to add parameters and generate a URL. 6. Click Clear to reset.

Frequently Asked Questions