Jul 27, 2026
Vol. I · No. 1
Back to Tools
Developer

URL Encoder / Decoder

Safely encode or decode URL components. Convert special characters to their %-encoded equivalents or vice versa.

encodeURIComponent vs encodeURI

This tool uses encodeURIComponent, which is designed to encode a component of a URI (like a query parameter value). It encodes almost all characters, including /, ?, and &.

If you need to encode an entire URL while preserving its structure (keeping / and ? unencoded), you would typically use encodeURI instead.

Printed & Published by

Ahmad Zaini Nijar

© 2026 Gooksyini — All Rights Reserved

— End of Edition —