convert_number_base
Convert numbers between binary, octal, decimal, and hexadecimal bases. Specify the source base, target base, and number to transform it between numeral systems.
Instructions
Convert numbers between different bases (binary, octal, decimal, hexadecimal)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | Yes | Number to convert | |
| fromBase | Yes | Source base (2-36) | |
| toBase | Yes | Target base (2-36) |