Overview
This tool applies URL encoding rules to make strings compliant with web standards.
Useful to build query strings, fix special characters and inspect signed links.
Important notes
Wrong encoding placement can break a route. Always validate context: path, query and fragment.

