Integer Encoding First select the appropriate maximum size of the storage space intended for the integer. Enter the integer in the appropriate base and press 'Convert' to find its representation in other bases. Note:
Negative numbers are represented using 2-complement method
'Unlimited' space can't be used for negative integers because conventions require predefined size.
If the space is smaller then the necessary size to represent the number, only the lowest significant bits will be preserved, which may change the sign of the number.