ASCII String

ASCII String

Accepts the following formats:
  • Space-separated: 68 65 6C 6C 6F
  • Comma-separated: 68, 65, 6C, 6C, 6F
  • Hex with prefix: 0x68 0x65 0x6C 0x6C 0x6F
  • Hex with prefix and comma: 0x68, 0x65, 0x6C, 0x6C, 0x6F

Special Characters

Name
Value
Remark
{{ char.name }}
0x{{ ('0' + char.value.toString(16)).substr(-2).toUpperCase() }} ({{ char.value }})
{{ char.remark }}