Base64 Encoder / Decoder
Encode plain text to Base64 or decode Base64 back to readable text.
Parse URL query strings into decoded key and value pairs.
Tracking links and long URLs are easier to inspect when query parameters are decoded and listed line by line.
Start with a small sample, check the output, then paste the full text when the result looks right. For important production data, review the output before saving or sharing it.
Yes. The parser accepts a full URL or only the part after the question mark.
Repeated keys are shown as separate values.