Plain-language answers about when to use the tool, what it does with your inputs, what to double-check, and how privacy works.
When should I use the Query String Parser?
Use it when your task matches one of these common needs: Decode URL parameters while debugging filters, search pages, or app links. Group repeated keys so duplicate values are easy to spot. It works best when you already know the values, dates, units, or settings the page asks for.
What is the Query String Parser doing with my inputs?
In plain language: Parse mode extracts the query part and reads it with URLSearchParams. Build mode appends each key-value line with URLSearchParams encoding. The examples on the page are there so you can compare your inputs with a filled-out calculation before copying the answer.
What do the main Query String Parser inputs mean?
The main inputs are the values, text, dates, units, or settings the tool needs before it can work. Read each field label carefully, keep units consistent, and compare your entry with the examples if the answer looks strange.
How should I read the Query String Parser answer?
Read the output next to your original input. If the tool changes format, units, encoding, spacing, or capitalization, compare a small sample before copying the whole result into another app.
What should I double-check before trusting the answer?
Query strings can be logged, shared, or indexed. Do not place passwords, private tokens, or sensitive identifiers in public URLs. Also check that you used the right unit, date, scale, or mode because small input changes can change the result.
Does the site save what I enter?
No. The calculator runs in your browser tab. Your recent answers stay only on the page while you use it, and they are not sent to a server.