Convert each decimal to its character equivalent with Integer's chr method
"myValue".each_byte { |b| print b.chr, "/" }