Percent-encode a complete URL while preserving its structural delimiters.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
URL components are parsed, non-unreserved bytes are encoded, and scheme and delimiters remain structural; existing escapes can be preserved or normalized. The result is an ASCII URI.
Hello
%48%65%6C%6C%6F
Redirect targets, canonical URLs, and API logging normalize full URLs.