number_base
Convert numbers between decimal, hexadecimal, octal, and binary. Use prefixes 0x, 0o, 0b for non-decimal inputs.
Instructions
[PRO — 3 trial uses left] Convert numbers between decimal, hexadecimal, octal, and binary
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Number to convert (prefix with 0x for hex, 0o for octal, 0b for binary, or plain decimal) |