How to use
Convert between text and decimal ASCII codes.
Split text into space-separated decimal ASCII codes, or turn codes back into text, useful for protocol work, firmware, and teaching character tables. Characters above 127 are rejected explicitly, and only plain decimal integers are accepted so `0x41` is never silently misread.