logo
TSZones个人导航站
搜索

Error Code Converter

Convert between different error code formats. Input any error code and get it converted to other formats.

Error Code Converter

Convert between different error code formats. Supports 32-bit integers, product.module.error format, hexadecimal, and binary representations.

Supported Formats

Input Formats

  • 1234567890 - 32-bit integer
  • 123.456.789 - Product.Module.Error
  • 0x499602D2 - Hexadecimal
  • 10010010010010010010010010010010 - Binary

Bit Field Structure

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)