console.log(parseInt("110000111010000011100101010001010101000100000000000000000001111", 2));
The output result was wrong, even it is in google browser console.
The correct output is 7048259459772055567
I think the number is too big so nodejs cannot solve it?