Characters encoded by encodeURI()
List of all characters that when passed through encodeURI(), will be percent-encoded
Created byJorianWoltjer
Created Jul 4, 2025
Updated Jul 4, 2025
Detecting browser...
CategoryJavaScript Syntax
VisibilityPublic
TypeJS
CharsetUTF-8
Template used:
const s = String.fromCodePoint(i);0x0D
if (encodeURI(s).includes("%")) log(i);Sample payloads
const s = String.fromCodePoint(i);0x0D
if (encodeURI(s).includes("%")) alert(i);Fuzz results
Chrome 148.0.0.0 desktop Windows NT 10.0
Updated15 Mar 2026
Found 63406 results
Loading...
Chrome 144.0.0.0 desktop macOS 10.15.7older version
Updated25 Jan 2026
Found 63406 results
Loading...
Firefox 150.0 desktop Linux
Updated27 Apr 2026
Found 63406 results
Loading...
Firefox 149.0 desktop macOS 10.15older version
Updated3 Apr 2026
Found 63406 results
Loading...
Firefox 148.0 desktop Windows NT 10.0older version
Updated23 Feb 2026
Found 63406 results
Loading...
Microsoft Edge 147.0.0.0 desktop Windows NT 10.0
Updated26 Apr 2026
Found 63406 results
Loading...
Safari 26.2 desktop macOS 10.15.7
Updated4 Feb 2026
Found 63406 results
Loading...