Convert Integers
Type in any field. Use the toolbar below to simulate hardware architecture.
Decimal Value
Hexadecimal Base 16
0x
Octal Base 8
0o
Binary Base 2
0b
Critical Engineering Disclaimer
Hardware Simulation. When "Little Endian" is active, Hex and Binary fields display the byte-swapped memory representation.
- Word Size: Endian swapping requires a fixed word size (e.g. 32-bit). In "Auto" mode, Endianness is ignored (defaults to Big Endian).
- Signedness: This tool treats all inputs as Unsigned Integers. Negative inputs will be parsed as positive magnitudes.
- Truncation: Inputting a value larger than the selected Word Size will result in high-byte truncation.
- Octal: Octal representation is not affected by endianness (it represents the abstract value, like Decimal).