🔒 Processed in your browser — your data never leaves your device
Mode:
Function:
Spaces as:
Character set:
Batch mode (encode/decode each line separately): Off
Live mode (convert as you type): Off
Input 0 chars
Output 0 chars
Input:
Output:
Input size:
Output size:
Chars encoded:

Results may vary. Always verify critical data.

Component Value Decoded
Character Encoded Description
Space%20Space (also + in form encoding)
!%21Exclamation mark
#%23Hash / fragment identifier
$%24Dollar sign
%%25Percent sign (the encoding prefix itself)
&%26Ampersand — separates query parameters
+%2BPlus sign (used as space in form encoding)
/%2FForward slash — path separator
:%3AColon — used in protocol and host
?%3FQuestion mark — starts query string
@%40At sign — used in email and auth URLs
=%3DEquals sign — separates key from value
[%5BLeft square bracket
]%5DRight square bracket
é%C3%A9e with accent (UTF-8, 2 bytes)
%E6%97%A5Japanese character (UTF-8, 3 bytes)