URL Encoding
Jump to navigation
Jump to search
space: @20 --> _
'Pound' character ("#"): @23 --> #
Left Square Bracket ("["): @5b --> [
Right Square Bracket ("]"): @5d --> ]
note
- The code @20 was generated by ScrapBook extension of Firefox
. It should be %20 in the common browser.
related page: