Decimal -> ASCII string decoder

Converting series of decimal numbers into equivalent ASCII string. Intended for extracting text from decimal encoded data in log files.

Decimal number series:

Note: decimal numbers can be separated by any non-digit character(s).

Normalized, comma-separated input:


Use 0x and comma as separator for output bytes (C-like)

Hex output:



 "Cookie monsters": 7757902    Parse time: 0.001 s