Is there any solution to find a specific binary bit value inside a string representation of a binary number? For example, I have a binary string with 64 bit length:
0000000000000000000000000001000000000000000000100001001000000000
I need to find and return the value in the 28th bit, starting from the left. In the example above, it's equal to 1.