BitCoder
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
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.
Whole number
Input binary number and convert it to decimal equivalent as a whole.
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.
What's new
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.
Screenshots
![]() |
Screenshot 1 of 1 | ![]() |
| ||
Share with Others
- Last changed:
- Dec 07, 2012
- Category:
- Utilities
- Developer:
- CyclicCode
- Version:
- 2.0
- Average Rating:
- No data
- Size:
- 0.8 MB



