EXA
static const unit_type units[] = { NONE, KILO, MEGA, GIGA, TERA, PETA, EXA };
if (bin >= EXA) {
bin /= EXA;