URL and HTML codec
Percent-encoding and HTML entities, both directions — with the difference between escaping a whole URL and escaping one component made explicit rather than guessed.
Converted in your browser. Decoded text is only ever shown as text — nothing pasted here is parsed as markup, and nothing is sent anywhere.
Percent-encoding one component: everything that would otherwise be structure — & = ? / # — is escaped.