URL Encoder and Decoder
Encode and decode URLs and parameters instantly, with a component or full-URL variant. Includes a query string parser. No sign-up.
./url-encoder-decoder
Component encodes every reserved character (?, &, =, /, spaces → %20). Full URL keeps the structure (:/?#[]@).
Encoded result
Query string parser
Paste a full URL or a query string and break down its already-decoded parameters.
Everything is processed in your browser; nothing is uploaded to any server.
Reviews & ratings
No reviews yet. Be the first to leave one!
Related tools
Others from the catalogue that pair well with this one.
HTML Minifier Minify your HTML by removing all unnecessary characters. CSS Minifier Minify CSS in your browser with csso: strips whitespace and comments, shortens values and merges duplicate rules without changing the cascade. Keeps /*! licenses */ and calc(). Nothing uploaded. SQL Formatter / Beautifier Format and beautify your SQL code with ease. HTML Entity Converter Encode or decode HTML entities for any given input.