int_convert
Convert integers to Hex, Decimal, Binary, or Octal across signed/unsigned 8-64-bit widths, Little-Endian, and ASCII.
Instructions
Converts integer(s) to Hex/Dec/Bin/Oct, 8/16/32/64-bit signed/unsigned, Little-Endian and ASCII. For several operations or chained steps in one call, use batch_calc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | No | Single integer value (e.g. '0x401000', '4198400', '0b1010', '0o77', -42, or 12345) | |
| values | No | Multiple integer values to convert in batch |