sS ubyteToBinary(int i) { ret pad(Int.toString(i & 255, 2), 8, '0'); }