Convert between different error code formats. Input any error code and get it converted to other formats.
Convert between different error code formats. Supports 32-bit integers, product.module.error format, hexadecimal, and binary representations.
1234567890
- 32-bit integer123.456.789
- Product.Module.Error0x499602D2
- Hexadecimal10010010010010010010010010010010
- Binary• Bits 31-20: Product Code (12 bits, 0-4095)
• Bits 19-11: Module Code (9 bits, 0-511)
• Bits 10-0: Error Code (11 bits, 0-2047)