Base Convert for iPhone & iPod Touch
Version 1.0
March 12, 2009
Base Convert allows you to easily and quickly convert 32-bit numeric values between decimal, hexadecimal, binary, and octal. It's display is handy for programmers as it breaks the 32-bit value into it's individual words and bytes. There are 13 fields representing the same 32-bit value. Edit any field and the other fields will update in real-time.

See Base Convert in the iTunes App Store


Base Convert's interface may at first appear odd but once you know how each field effects the 32-bit value you will appreciate the layout and how it breaks the 32-bit value into it's 16-bit and 8-bit parts.

Delete the right-most digit of the active field.
Clear the active field.
Clear all fields.
Shift left the bits in the active field.
The high bit is dropped and the low bit is replaced with zero.
Shift right the bits in the active field.
The low bit is dropped and the high bit is replaced with zero.
Rotate left the bits in the active field.
The high bit is moved into the low bit position.
Rotate right the bits in the active field.
The low bit is moved into the high bit position.