The ▶Bin Command

bin.png

Command Summary

The ▶Bin command converts numbers into binary.

Command Syntax

int▶Bin

Menu Location

  1. [2nd]
  2. [Math]
  3. [up or E]
  4. [right]
  5. [4]

Calculator Compatibility

This command works on all calculators.

Token Size

4 bytes

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

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

Related Commands

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-Noncommercial 2.5 License.