perl -e 'undef $/; print join(",", map {ord} split //, <>)' #### perl -e 'undef $/; print join("", map {chr} split /,/, <>)'