{{pin.name}} ({{pin.typeName}})

{{pin.dispVal}}

offset: {{pin.offset}}, {{pin.smEndian?"Small Endian":"Big Endian"}}

Disclaimer

Relatime Converter

Converts infinite Decimal, Hexadecimal and Binary numbers. Calculates 2s complement signed integers and IEEE 754 Floating Point. The tool can extract bit fields of any offset and multiple pin these when extracting parameters.

Do not use for critical applications!

Success {{msgSuccess}}
Whoops! {{msgAlert}}

Decimal

Hexadecimal

Binary


Bit Field Extractor

Target Bits

{{postPadding}} {{postBitDisp}}{{targetBitsDisp}}{{preBitDisp}}{{prePadding}}


Byte Mapping

IEEE 754 Floating Point

int8

int16

int32

uint8

uint16

uint32

Byte 3 Byte 2 Byte 1 Byte 0
{{x}}
{{x}}
{{x}}
int8 [0]
int16 [{{isLittleEndian ? "1" : "0"}}] int16 [{{isLittleEndian ? "0" : "1"}}]
int32 [{{isLittleEndian ? "3" : "0"}}] int32 [{{isLittleEndian ? "2" : "1"}}] int32 [{{isLittleEndian ? "1" : "2"}}] int32 [{{isLittleEndian ? "0" : "3"}}]
float [{{isLittleEndian ? "3" : "0"}}] float [{{isLittleEndian ? "2" : "1"}}] float [{{isLittleEndian ? "1" : "2"}}] float [{{isLittleEndian ? "0" : "3"}}]