To help us solve this problem, I've created a simple python program.
print(int("110101", 2))
The program prints 53 to the console.
If you search python ide online and paste that code into the ide and then replace the binary in between the quotes, you can find the value of any binary number you want.