ASCII encoding Reference:
Your browser will encode input, according to the character-set used in your page.
The default character-set in HTML5 is UTF-8
| URL Filler | Character |
| %2B | + |
| %3E | > |
| %3C | < |
| %3A | : |
| %20 | space |
A collection of my tech notes
ASCII encoding Reference:
Your browser will encode input, according to the character-set used in your page.
The default character-set in HTML5 is UTF-8
| URL Filler | Character |
| %2B | + |
| %3E | > |
| %3C | < |
| %3A | : |
| %20 | space |