Characters that cause exceptions when URL encoded
This vector demonstrates which characters cause encodeURIComponent to throw an exception when attempting to URL encode.
Created byhackvertor
Created Oct 3, 2024
Updated May 27, 2025
Detecting browser...
CategoryXSS Execution
VisibilityPublic
TypeJS
CharsetUTF-8
Template used:
try{0x0D
encodeURIComponent(String.fromCodePoint($[i]))0x0D
} catch {0x0D
log($[i]);0x0D
} Sample payloads
try{0x0D
encodeURIComponent(String.fromCodePoint(55296))0x0D
} catch {0x0D
alert(55296);0x0D
} try{0x0D
encodeURIComponent(String.fromCodePoint(55297))0x0D
} catch {0x0D
alert(55297);0x0D
} try{0x0D
encodeURIComponent(String.fromCodePoint(55298))0x0D
} catch {0x0D
alert(55298);0x0D
} try{0x0D
encodeURIComponent(String.fromCodePoint(55299))0x0D
} catch {0x0D
alert(55299);0x0D
} try{0x0D
encodeURIComponent(String.fromCodePoint(55300))0x0D
} catch {0x0D
alert(55300);0x0D
} try{0x0D
encodeURIComponent(String.fromCodePoint(55301))0x0D
} catch {0x0D
alert(55301);0x0D
} try{0x0D
encodeURIComponent(String.fromCodePoint(55302))0x0D
} catch {0x0D
alert(55302);0x0D
} try{0x0D
encodeURIComponent(String.fromCodePoint(55303))0x0D
} catch {0x0D
alert(55303);0x0D
} try{0x0D
encodeURIComponent(String.fromCodePoint(55304))0x0D
} catch {0x0D
alert(55304);0x0D
} try{0x0D
encodeURIComponent(String.fromCodePoint(55305))0x0D
} catch {0x0D
alert(55305);0x0D
} try{0x0D
encodeURIComponent(String.fromCodePoint(55306))0x0D
} catch {0x0D
alert(55306);0x0D
} try{0x0D
encodeURIComponent(String.fromCodePoint(55307))0x0D
} catch {0x0D
alert(55307);0x0D
} try{0x0D
encodeURIComponent(String.fromCodePoint(55308))0x0D
} catch {0x0D
alert(55308);0x0D
} try{0x0D
encodeURIComponent(String.fromCodePoint(55309))0x0D
} catch {0x0D
alert(55309);0x0D
} try{0x0D
encodeURIComponent(String.fromCodePoint(55310))0x0D
} catch {0x0D
alert(55310);0x0D
} try{0x0D
encodeURIComponent(String.fromCodePoint(55311))0x0D
} catch {0x0D
alert(55311);0x0D
} try{0x0D
encodeURIComponent(String.fromCodePoint(55312))0x0D
} catch {0x0D
alert(55312);0x0D
} try{0x0D
encodeURIComponent(String.fromCodePoint(55313))0x0D
} catch {0x0D
alert(55313);0x0D
} try{0x0D
encodeURIComponent(String.fromCodePoint(55314))0x0D
} catch {0x0D
alert(55314);0x0D
} try{0x0D
encodeURIComponent(String.fromCodePoint(55315))0x0D
} catch {0x0D
alert(55315);0x0D
} Fuzz results
Chrome 145.0.0.0 desktop Windows NT 10.0
Updated16 Feb 2026
Found 2048 results
Loading...
Chrome 143.0.0.0 desktop macOS 10.15.7older version
Updated25 Jan 2026
Found 2048 results
Loading...
Firefox 147.0 desktop Linux
Updated1 Feb 2026
Found 2048 results
Loading...
Firefox 131.0 desktop macOS 10.15older version
Updated3 Oct 2024
Found 2048 results
Loading...
Microsoft Edge 144.0.0.0 desktop Windows NT 10.0
Updated30 Jan 2026
Found 2048 results
Loading...
Safari 18.0 desktop macOS 10.15.7
Updated3 Oct 2024
Found 2048 results
Loading...