To convert a binary number into its hexadecimal form: AStart by grouping the digits into 4-bit groups BStart by grouping the digits into 6-bit groups CStart by grouping the digits into 8-bit groups DStart by grouping the digits into 2-bit groups