Encode special characters for URLs or decode percent-encoded strings
encodeURI — Encodes a full URI (preserves :, /, ?, #, &, =)
encodeURIComponent — Encodes everything (for query parameters)
All processing happens in your browser. No data is sent to any server.