URL Parser & Analyzer
Parse and analyze URL components. Extract query parameters, decode special characters.
✅ Valid URL
URL Components
🔒
Protocol
https:
🌐
Hostname
www.example.com
🔌
Port
8080
📁
Path
/api/v2/search
🔍
Query String
?q=hello+world&lang=en&page=3&sort=relevance
#️⃣
Hash / Fragment
#results
🏠
Origin
https://www.example.com:8080
🔍 Query Parameters (4)
KeyValue
qhello world
langen
page3
sortrelevance
Encoded URL
https://www.example.com:8080/api/v2/search?q=hello+world&lang=en&page=3&sort=relevance#results
Decoded URL
https://www.example.com:8080/api/v2/search?q=hello+world&lang=en&page=3&sort=relevance#results
Frequently Asked Questions
Related Tools
{ }🔄🔍📊🔀🔐
JSON Formatter
Format, validate, and minify JSON data with syntax highlighting.
Base64 Encoder / Decoder
Encode text to Base64 or decode Base64 strings back to plain text.
Regex Tester
Test and debug regular expressions in real-time. Matches highlighted, capture groups, replacements.
CSV to JSON Converter
Convert CSV data to JSON arrays and JSON arrays back to CSV. Custom delimiters supported.
Text Diff Checker
Compare two texts and see additions, removals, and unchanged lines highlighted side by side.
Image to Base64 Converter
Convert images to Base64 encoded strings and data URIs. Supports PNG, JPEG, GIF, WebP, and SVG. No upload, fully private.