Format selection as ASCII text (non-printable -> .)
static String formatSelectionAsText(List<int> bytes) { return bytes.map(formatAscii).join(); }