Online calculator for bitwise NOT operation on text in ASCII or numbers in Binary, Octal, Decimal, & Hex formats.
Multiple input numbers (even greater than 2) are supported by applying bitwise operations successively on the intermediate results.
..
The result of NOT operation in Binary..
The result of NOT operation in Octal..
The result of NOT operation in Decimal..
The result of NOT operation in Hex..
The result of NOT operation in Ascii..
The base of the input numbers either explicitly specified or automatically detectedChoose the base of the input numbers
In this mode, number base is automatically detected based on the input provided
NOT two binary numbers
˜1000 = 111
NOT two octal numbers
˜1000 = 777
NOT two decimal numbers
˜1000 = 23
NOT two hex numbers
˜1000 = FFF
NOT two ascii strings
˜a =
Choose the delimiter used to separate each item
If selected, automatic cleansing is performed on the data
If selected, intermediate results are calculated (takes more time)
A | Result |
---|---|
False | True |
True | False |
A | Result |
---|---|
0 | 1 |
1 | 0 |
Comments 0