convert binary to int nodejs code example Example: binary to int javascript let binary = 0001 parseInt(binary, 2) // returns 1