Skip to content

Instantly share code, notes, and snippets.

@DTrejo
Created March 31, 2011 04:18
Show Gist options
  • Save DTrejo/895804 to your computer and use it in GitHub Desktop.
Save DTrejo/895804 to your computer and use it in GitHub Desktop.
that are in base 16
var str = '63737472696b65';
var num16 = parseInt(str, 16);
var str2 = 'f';
console.log(parseInt(str2, 16));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment