Base Converter is a tool that provides the following functionalities:
Conversion:
- Conversions between bases 2 (binary), 8 (octal), 10 (decimal) and 16 (hex)
- ASCII character code
Signed Binary:
- Two's Complement
- One's Complement
- Signal and Magnitude
Floating Point:
- IEEE-754 Single Precision
- IEEE-754 64-bit Double Precision
- Customization of the app with 21 options of colors
Explanation about how these conversions are done.