URL Encoding: Difference between revisions
Jump to navigation
Jump to search
m (5個修訂) |
No edit summary Tags: Mobile edit Mobile web edit |
||
| Line 63: | Line 63: | ||
[[Category:Browser]] | [[Category:Browser]] [[Category:Tool]] | ||
Latest revision as of 14:06, 5 July 2016
Read URL Encoding first!
filename encoding[edit]
| Character | Encoding Code (Hex) | Renaming rule |
| Quotation marks " | 22 | |
| space | 20 | @20 --> _ |
| 'Pound' character ("#") | 23 | @23 --> # |
| Left Bracket ("(") | 28 | |
| Right Bracket (")") | 29 | |
| Left Square Bracket ("[") | 5b | @5b --> [ |
| Right Square Bracket ("]") | 5d | @5d --> ] |
| (left blank purposely) |
note
- The @ symbol before the code points was generated by ScrapBook extension of Firefox
. It should be %20 in the common browser.
related page:
- Batch Process
- cool! HTML unicode online converter by piaip