Back to toolsEmbedded
devtoolsforme
ASCII Hex Byte Converter
Convert strings into byte values, hex bytes, and C-friendly representations.
ascii
Hello MCU
hex
48 65 6C 6C 6F 20 4D 43 55
decimal
72, 101, 108, 108, 111, 32, 77, 67, 85
cArray
{ 0x48, 0x65, 0x6C, 0x6C, 0x6F, 0x20, 0x4D, 0x43, 0x55 }