I'm currently trying to deduce my secret ID using the guide on the website. I've encountered a problem because I can't see the radio buttons on the default calculator on windows 7. The data I need converting is 3FFF and AC22. Could somebody please convert these into binary for me?
3FFF = 11111111111111
AC22 = 1010110000100010
EDIT: You can use google for calculations like this! If you type into google "0xAC22 in binary" and search, it gives you the result "0xac22 = 0b1010110000100010" right at the top. Just remember 0x is the prefix for hexadecimal numbers and 0b for binary. Not sure why you're having trouble with the windows calculator, but this should help. :)