< back
$

base-converter

# convert between binary, octal, decimal, and hexadecimal

// input base:
> input (decimal)
// prefixes: 0b (binary), 0o (octal), 0x (hex)
// supports large numbers via BigInt
? help | f hints | j/k select | enter focus | i/o input/output | c copy | ctrl+enter run | esc back