Converter

This page provide some useful converter for your decoding work. All converter is interactive..


Reverse C style byte array

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:

C style byte array to HEX

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:

C style byte array to DEC

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:

Lowcase upcase converter

This converter will provide the convert between lowcase and upcase string. It is double interactive.

Lowcase:

Upcase: