ElDevo
Web

Free Online URL Parser & Encoder

Parse URLs into protocol, host, path, query and hash components, or encode/decode URL text in your browser.

100% Client-Side. Your data is processed locally and is never sent to an ElDevo processing server.
Input

Ctrl/Cmd + Enter to run · Esc to clear · Processing stays in your browser.

Advertisement

How to Use

  1. 1Paste a URL or URL component text.
  2. 2Choose Parse, Encode or Decode.
  3. 3Inspect the structured result.
  4. 4Copy or download the result.

Features & Privacy Guarantee

  • URL component breakdown
  • Encode and decode
  • Query parameter inspection
  • 100% client-side

Search intent: Inspect, encode and decode URLs locally.

Technical Example

Input
https://example.com/users?id=42#profile
Output
protocol: https:
host: example.com
path: /users
query: ?id=42
hash: #profile

Frequently Asked Questions

Can it parse query parameters?

Yes. The parser lists each query parameter and its decoded value.

Does URL encoding modify the whole URL?

The encoder treats the supplied text as a URL component, so reserved characters are escaped safely.

Is the URL sent to a server?

No. URL processing happens in the browser.

Does it support relative URLs?

The encoder/decoder does; full parsing requires an absolute URL.

Related Tools