Skip to content

Instantly share code, notes, and snippets.

@lidaobing
Created December 4, 2013 04:50
Show Gist options
  • Select an option

  • Save lidaobing/7782535 to your computer and use it in GitHub Desktop.

Select an option

Save lidaobing/7782535 to your computer and use it in GitHub Desktop.
escape('あ')
"%u3042"
encodeURI('あ')
"%E3%81%82"
encodeURIComponent('あ')
"%E3%81%82"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment