This service allows you to perform bitwise AND, bitwise OR and bitwise XOR (bitwise exclusive or) operations
on two big positive integer numbers.
The big number bitsize is also calculated.
For example:
Bitwise XOR calculation applied on the following hexadecimal big numbers:
Input 1:
b5 6c 4f ee ef 1b 04 5d be 70 4a d8 55 1d 8a 77
0d c1 45 00 f5 3b 1a 10 dd d7 f7 bb 7a 65 54 7f
60 d2 16 bb bd 12 a5 78 78 d6 b3 50 4e ba 17 48
27 7a 22 6f 2a 7c 1d a2 36 22 d8 59 a2 ae 3a 0b
d4 d2 1b 8a 0e 5a 89 a9 e4 9a ff db 3f 04 e2 9b
75 c1 8d c5 8c 05 a1 f3 b5 92 5e a1 44 49 19 e4
90 b4 e9 ef e4 5d b2 20 6d f9 23 76 b8 b2 d4 af
a3 06 f5 9e 03 8f b8 82 05 21 11 25 44 3a 80 05
Input 2:
a3 06 f5 9e 03 8f b8 82 05 21 11 25 44 3a 80 05
d4 d2 1b 8a 0e 5a 89 a9 e4 9a ff db 3f 04 e2 9b
27 7a 22 6f 2a 7c 1d a2 36 22 d8 59 a2 ae 3a 0b
75 c1 8d c5 8c 05 a1 f3 b5 92 5e a1 44 49 19 e4
90 b4 e9 ef e4 5d b2 20 6d f9 23 76 b8 b2 d4 af
... calculation result:
Big number bitwise calculation input:
|
|