Characters encoded by encodeURIComponent()
List of all characters that when passed through encodeURIComponent(), 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 (encodeURIComponent(s).includes("%")) log(i);Sample payloads
const s = String.fromCodePoint(i);0x0D
if (encodeURIComponent(s).includes("%")) alert(i);Fuzz results
Chrome 145.0.0.0 desktop Windows NT 10.0
Updated16 Feb 2026
Found 63417 results
Loading...
Chrome 144.0.0.0 desktop macOS 10.15.7older version
Updated25 Jan 2026
Found 63417 results
Loading...
Firefox 148.0 desktop Windows NT 10.0
Updated23 Feb 2026
Found 63417 results
Loading...
Microsoft Edge 145.0.0.0 desktop Windows NT 10.0
Updated16 Feb 2026
Found 63417 results
Loading...
Safari 26.2 mobile iOS 18.7
Updated6 Feb 2026
Found 63417 results
Loading...
Safari 18.5 desktop macOS 10.15.7older version
Updated4 Jul 2025
Found 63417 results
Loading...