Clear bit

Resets a specific bit in a binary number

Set the bit of a binary number to 0


This function clears a specific bit in a binary number. The number can be entered in the formats hexadecimal, decimal, octal or binary.

The number of the bit to be deleted is specified in the second input line. Notice that the numbering starts with the right bit with the number 0. If the bit is already set to 0, no change is made.

The result is displayed in the formats hexadecimal, decimal, octal and binary.


Clears a bit in a binary number

 Select the input format
 Input
Number
Number of the bit to be clear
Bit no.
  Results
Bin
Octal
Decimal
Hexadecimal
Is this page helpful?            
Thank you for your feedback!

Sorry about that

How can we improve it?