use parseint to convert a digit to binary code example Example: convert decimal to binary javascript var n = 5; n.toString(2); // "101"