Mapping drive letters to hexadecimal values
Drive:                   Z: Y: X: W: V: U: T: S: R: Q: P: O: N: M: L: K: J: I: H: G: F: E: D: C: B: A:
Binary: 0 0 0 0 0 0                                                    
Hexadecimal:  0              

Binary to hexadecimal
Binary Hexadecimal Decimal
0000 0 0
0001 1 1
0010 2 2
0011 3 3
0100 4 4
0101 5 5
0110 6 6
0111 7 7
1000 8 8
1001 9 9
1010 A 10
1011 B 11
1100 C 12
1101 D 13
1110 E 14
1111 F 15

$Id: worksheet4.html,v 1.2 2006/03/15 20:13:16 peter Exp $