Convert between number bases (binary, hex, Roman, base 36) and angle units (degrees, radians, gradians). Instant results for integers and angles.
Hex uses A-F to represent numbers 10-15. Ensure you treat 'A' as 10, 'B' as 11, etc.
Binary numbers are often padded to 8 bits (a byte). 101 is mathematically the same as 00000101, but padding is required in computing.