Skip to content

Instantly share code, notes, and snippets.

@piuccio
Last active January 18, 2019 06:35
Show Gist options
  • Save piuccio/9334194b79e1dbf59d3976907ea7e5c1 to your computer and use it in GitHub Desktop.
Save piuccio/9334194b79e1dbf59d3976907ea7e5c1 to your computer and use it in GitHub Desktop.
'a'.charCodeAt(0);
// 97
Buffer.from('a').toString('hex')
// 61
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment