🔗 URL Encoder / Decoder
Percent-encode and decode URLs, query strings, or any text.
—
—
Common encoded characters
space → %20
/ → %2F
? → %3F
& → %26
= → %3D
+ → %2B
@ → %40
# → %23