Number Bases 688
The result is displayed according to the Base mode.
Note: If you enter an integer that is too large to be stored in a signed, 32-bit binary form,
a symmetric modulo operation brings the value into the range.
7AC36 = 0b00000000000001111010110000110110
Inserts 0 if leftmost bit is 0,
or 1 if leftmost bit is 1
Dropped
Each bit shifts to the right.
b00000000000000111101011000011011 = 0h3D61B
Leading zeros are not shown in the result.