đź”— URL Encoder & Decoder

Encode, Decode, Parse & Build URL Query Strings

Fast, clean, and privacy-first. Everything runs in your browser—no data is sent to a server.

URL Encoder / Decoder

Type in either box. Conversion happens instantly.

Query String Parser

Paste a full URL or raw query string (with or without ?).

Key Value

Query String Builder

Add rows, enter key/value pairs, and generate a clean encoded query string.

FAQ

What is URL encoding?

URL encoding turns characters like spaces and symbols into a safe format (such as %20) so links work correctly everywhere.

Why do I see a malformed input error?

Some encoded text includes incomplete or invalid percent values (like %A). Fix the invalid sequence and decode again.

Does this tool upload my data?

No. This app runs fully client-side in your browser and does not submit your input to any backend service.