Functions
DEC2BIN
Convert decimal to binary
Try it
When to use it
When should I use DEC2BIN?
Use DEC2BIN to convert a decimal integer to its binary (base-2) string representation, optionally zero-padded to a specified number of places.
Used in
Syntax
DEC2BIN(number, [places])