This page is part of a static HTML representation of the TiddlyWiki note at: https://tiddlywiki.com/#Percent Encoding

Percent Encoding

28th February 2015 at 1:15pm

Percent encoding is a notation that allows otherwise invalid characters to be included in a URI.

Such characters are represented as a percent sign % followed by two additional characters.

For example, a space is represented as %20 and an actual percent sign is represented as %25.