BITWISE Tools - Tag

Tools that work with Binary Bitwise operations which are extremely fast and simple actions supported directly by computer processors

  • Perform binary bitwise AND operation on text in ASCII or numbers in Binary, Octal, Decimal and Hex formats

  • Perform bit inversion operation on a binary string

  • Perform binary bitwise NAND operation on text in ASCII or numbers in Binary, Octal, Decimal and Hex formats

  • Perform binary bitwise NOR operation on text in ASCII or numbers in Binary, Octal, Decimal and Hex formats

  • Perform binary bitwise NOT operation on text in ASCII or numbers in Binary, Octal, Decimal and Hex formats

  • Perform binary bitwise OR operation on text in ASCII or numbers in Binary, Octal, Decimal and Hex formats

  • Perform bit reverse operation on a binary string

  • Perform circular bit shift (left or right) operations on a binary string

  • Perform binary bitwise XNOR operation on text in ASCII or numbers in Binary, Octal, Decimal and Hex formats

  • Perform binary bitwise XOR operation on text in ASCII or numbers in Binary, Octal, Decimal and Hex formats