format java zéro binaire rembourré

String.format("%16s", Integer.toBinaryString(1)).replace(' ', '0')
Filthy Fowl