This page provide some useful converter for your decoding work.
Reverse C style byte array
C style byte array to HEX
C style byte array to DEC
Lowcase upcase converter
This converter will reverse your inputed C style byte array. Actually, it take responsibility for the convert between big-endian and little-endian.
Typical and legal input just like this: 0x00, 0xBb, 0xff, 0xFF
Support multi-input. Use line break to split each input.
Input
Output
This converter will converte provided C style byte array into HEX number. It is double interactive.
Acceptable byte array should follow little-endian format.
Support multi-input. Use line break to split each input.
Byte array
HEX number
This converter will converte provided C style byte array into DEC number. It is double interactive.
Acceptable byte array should follow little-endian format.
Support multi-input. Use line break to split each input.
Byte array
DEC number
This converter will provide the convert between lowcase and upcase string. It is double interactive.