The ▶Bin Command
The ▶Bin command converts numbers into binary.
int▶Bin
Menu Location
- [2nd]
- [Math]
- [up or E]
- [right]
- [4]
This command works on all calculators.
4 bytes
▶Bin converts an integer from decimal (base 10) or hexadecimal (base 16) into binary (base 2).
:15▶Bin
0b1111
:0h15▶Bin
0b10101