NOT Calculator

Feb 23, 2019

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.


Input: Paste binary numbers below (1 per line)

Settings


Binary Result:
..
The result of NOT operation in Binary
Octal Result:
..
The result of NOT operation in Octal
Decimal Result:
..
The result of NOT operation in Decimal
Hex Result:
..
The result of NOT operation in Hex
Ascii Result:
..
The result of NOT operation in Ascii
Input Base:
..
The base of the input numbers either explicitly specified or automatically detected
Settings Explained
  • 1. Input Base

    Choose the base of the input numbers

    Auto Detect

    In this mode, number base is automatically detected based on the input provided

    Binary (base 2)

    NOT two binary numbers

    ˜1000 = 111
    Octal (base 8)

    NOT two octal numbers

    ˜1000 = 777
    Decimal (base 10)

    NOT two decimal numbers

    ˜1000 = 23
    Hex (base 16)

    NOT two hex numbers

    ˜1000 = FFF
    Ascii (base 256)

    NOT two ascii strings

    ˜a = 
  • 2. Delimiter

    Choose the delimiter used to separate each item

  • 3. Auto Cleansing

    If selected, automatic cleansing is performed on the data

  • 4. Calculate Intermediate Results

    If selected, intermediate results are calculated (takes more time)

NOT Truth Table
Boolean Operations
AResult
FalseTrue
TrueFalse
Bit Operations
AResult
01
10
Comments 1

brogan

brogan Copy Link

  • 3 years ago

this is racist.

History
Mar 25, 2018
Tool Launched