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 145.0.0.0 desktop Windows NT 10.0
Updated16 Feb 2026
Found 63406 results
Loading...
Chrome 144.0.0.0 desktop macOS 10.15.7older version
Updated25 Jan 2026
Found 63406 results
Loading...
Firefox 148.0 desktop Windows NT 10.0
Updated23 Feb 2026
Found 63406 results
Loading...
Firefox 147.0 desktop Linuxolder version
Updated23 Feb 2026
Found 63406 results
Loading...
Microsoft Edge 145.0.0.0 desktop Windows NT 10.0
Updated16 Feb 2026
Found 63406 results
Loading...
Safari 26.2 desktop macOS 10.15.7
Updated4 Feb 2026
Found 63406 results
Loading...