Characters encoded by encodeURI()



List of all characters that when passed through encodeURI(), will be percent-encoded
Created by: JorianWoltjer
Created on: Friday, July 4, 2025 at 9:43:46 AM
Updated on: Friday, July 4, 2025 at 9:43:46 AM
Vector type: JS
Vector charset: UTF-8
Template used:
const s = String.fromCodePoint(i);
if (encodeURI(s).includes("%")) log(i);
Your browser was detected as:
Detecting... Detecting... Detecting... Detecting...
Sample payloads
const s = String.fromCodePoint(i);
if (encodeURI(s).includes("%")) alert(i);
Fuzz results

Chrome 138.0.0.0 desktop Windows NT 10.0
Updated
Fri Jul 04 2025
Found 10 results
Loading...

Firefox 140.0 desktop Windows NT 10.0
Updated
Fri Jul 04 2025
Found 10 results
Loading...

Safari 18.5 desktop macOS 10.15.7
Updated
Fri Jul 04 2025
Found 10 results
Loading...