URL Encode "100% done"

Original

100% done

URL Encoded

100%25%20done

"100% done" URL encoded is: 100%25%20done

Common URL-encoded characters

CharacterEncodedName
%20space
/%2Fslash
?%3Fquestion mark
=%3Dequals
&%26ampersand
@%40at sign
#%23hash
+%2Bplus
%%25percent

How URL encoding works

URL encoding (percent-encoding) replaces unsafe characters with % followed by two hex digits. "100% done" becomes "100%25%20done" because special characters like spaces, @, and / must be encoded in URLs.

Try the URL encoder

Loading tool...