Multibase Calculator is a NEXTSTEP utilty application that converts between decimal, unsigned decimal, hex, binary, and octal representations, showing all 5 representations simultaneously and allowing number entry in any representation.
It performs common binary (+, -, *, /, &, |, ^) and unary operations (+/-, invert, <<. >>, rot-L, rot-R, architecture swap, toggle hibit) on 8, 16, or 32 bit numbers.
It is useful for everyday arithmetic, programming, and digital engineering. It is particularly useful when dealing with bitwise logic common in C and Unix programs.
Consult the on-line help for instructions.
Now compiled quad-fat: Motorola, Intel, HP-PA, Sparc