Skip to content

The ▶Bin Command

Command Summary Command Syntax Calculator Compatibility Token Size
The ▶Bin command converts numbers into binary. int▶Bin This command works on all calculators. 4 bytes
  1. [2nd]
  2. [Math]
  3. [up or E]
  4. [right]
  5. [4]

The ▶Bin Command

▶Bin converts an integer from decimal (base 10) or hexadecimal (base 16) into binary (base 2).

:15▶Bin 
         0b1111
:0h15▶Bin
         0b10101

Authors: KG