03 / encoding —URL Encoder / Decoder

LIVE

encodeURI vs encodeURIComponent

encodeURI is for full URLs and preserves URL syntax characters like /, ?, &, #.

encodeURIComponent is for individual components and escapes all reserved characters.

Want a heads-up when we ship new tools? One email per release.