Percent-encoding for query values, whole URLs and form data, with the difference spelled out
Percent-encode and decode text using the three rules the platform actually defines: component encoding, whole-URL encoding and form encoding. An inspector breaks an absolute URL into its parts so you can see which piece needed escaping.