js text to binary convert code example Example: string to binary javascript let num = 2020; let x = +num.toString(2); console.log(x);