Returns this bytes as String of bits of length width.
width
String bitsPadded(int width) => map((e) => e.bits8).join().numericalPadLeft(width);