Skip to main content
StackDevLife

Developer Tool

URL Encoder / Decoder & Parser

Encode and decode URL components, inspect every part of a URL, or build a URL from scratch. Everything runs in your browser.

Mode:
Plain URL / text
Output

Output will appear here

How to use this tool

  1. 1

    Choose a mode

    Pick Encode / Decode to percent-encode or decode a URL string, URL Parser to break a URL into its parts, or URL Builder to construct a URL from a base, path, and query params.

  2. 2

    Paste or type your input

    In the Encode/Decode tab, paste any URL or encoded string. In the Parser tab, paste a full URL. In the Builder tab, fill in the base URL, optional path, and add query params as key-value pairs.

  3. 3

    Copy the result

    Click any Copy button to copy the encoded URL, a specific parsed part, or the fully built URL to your clipboard.