Additionally, paste this code immediately after the opening tag:

BitCoder

Popular Mac OS BitCoder now available on iOS. Convert between decimal, binary and hexadecimal numbers using v...

$ 0.99

Store review

Popular Mac OS BitCoder now available on iOS.

Convert between decimal, binary and hexadecimal numbers using various converting types and bits length.

Dec2Bit
Convert decimal numbers to binary equivalents using one of the following methods:

BCD - BitCodedDecimal
Input decimal number and convert every decimal digit separately in 4 bits length binary numbers.

Whole number
Input decimal number and convert it to binary equivalent as a whole. Maximum decimal value is 9,223,372,036,854,775,806.

PerBit
Input decimal number and convert it to binary equivalent by portions, fitting selected bits length:

8 bits - maximum decimal value for every 8 bits: 255, maximum decimal length for every 8 bits: 3
16 bits - maximum decimal value for every 16 bits: 65,535, maximum decimal length for every 16 bits: 5
32 bits - maximum decimal value for every 32 bits: 4,294,967,295, maximum decimal length for every 32 bits: 10

Bit2Dec
Input binary number and convert it to decimal equivalent. Only whole number can be converted.

Dec2Hex
Convert decimal numbers to hexadecimal equivalents. Only whole numbers can be converted and maximum decimal value is 9,223,372,036,854,775,806. Converted hexadecimal numbers are returned in *nix (Unix and related) format, using prefix 0x.

Hex2Dec
Convert hexadecimal numbers to decimal equivalents. Hexadecimal value should be inputted in *nix (Unix and related) format, using prefix 0x.

Size

266.8 KB

Last update

June 4, 2013

Read more