Binary Calculator for Signed and Unsigned Numbers

Byte Word Dword
Unsigned Signed

 

The calculator allows you to;

  • add signed and unsigned binary numbers
  • subtract signed and unsigned binary numbers
  • divide signed and unsigned binary numbers
  • multiply signed and unsigned binary numbers
  • convert binary to decimal numbers
  • display the results on byte, word or double word formats
  • determine the 2's complement of a binary number
  • shift right a binary number
  • shift left a binary number
  • rotate right a binary number
  • rotate left a binary number.