BitCoder is a simple to use Mac OS X tool that will allow you to quickly and easily convert between decimal and binary numbers using various converting types and bits length.
NOTE: To buy BitCoder via the App Store an Apple account is required.
Here are some key features of "BitCoder":
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. Maxumum decimal value is 9,223,372,036,854,775,807.
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:
Convert binary number to decimal equivalent using one of the following methods:
BCD - BitCodedDecimal:
· Upload text file with binary number in BCD format to convert to decimal equivalent. Sample text file with binary number can be downloaded [here].
Whole number:
· Input binary number and convert it to decimal equivalent as a whole.
PerBit:
· Not available for Bit2Dec conversion as bits length is taken from uploaded file.
Requirements:
· 64-bit processor
What's New in This Release: [ read full changelog ]
Added new functions:
· 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.
· Built in help with detailed description for every type of conversion.
· Completely redesigned code structure making app more fast and stable.