you can also use a scientific calculator to convert the first 8 digits from hex to dec (would become 10 digits, if not add any necessary 0's b4 it to make it 10) and the last 6 digits separately from hex to dec (would become 8 digits, adding 0's b4 it if necessary) and put them back together. Thats what I use when the websites go down. And it works the other way around too, just converting the first 10, then the last 8 from dec to hex and putting them together again.