URL Encoder/Decoder
Encode or decode URL components, complete URLs and form-style query values without sending your text anywhere.
A full URL contains structural separators such as ://, ?, &, = and #. A component is one value inside the URL, so those reserved characters are normally percent-encoded when they are data rather than structure.
HTML form-style URL encoding commonly represents spaces as +. In that mode Wid9et also percent-encodes a literal plus sign so the original value can be recovered correctly.
No. Encoding and decoding happen locally in your browser and Wid9et does not upload or store the value or result.