Number Converter
Number Converter

This application was created to help me work and manipulate the different number
formats that an embedded developer often encounters. It permits the entry of numbers
in either hexadecimal, decimal or binary. Simple binary operations can be performed such
as exclusive OR and bit masking.
Copyright 2014 Common Ground Software Solutions, LLC
All rights reserved.
All the free software is made available under the GNU General Public License.
http://www.gnu.org/licenses/gpl.html
Features:
  • Hexadecimal Display
  • Decimal Display
  • Binary Display
  • Bit Masking
  • History
  • Simple Math Expressions
  • Simple Binary Operations