Bitwise Operation

Number Number Number Number Number Number
(number1 in decimal)
& (AND)  | (OR)  ~ (NOT)  ^ (XOR)  << (Left Shift) >> (Right Shift)
(number2 in decimal )  
  (Result in decimal)
           
         

Insert Decimal Number:

Binary to Decimal converter

This is a simple Binary to Decimal converter. It is based on the simple JavaScript explained on my blog in this article: How to make Binary-Decimal conversion in javascript

From Binary to Decimal
From Decimal to Binary


converts to: