Match the conversion type with its method:
Binary to Decimal ↔️ Multiply by powers of 2
Decimal to Binary ↔️ Divide by 2 repeatedly
Hexadecimal to Decimal ↔️ Multiply by powers of 16
Decimal to Hexadecimal ↔️ Divide by 16 repeatedly
Binary to Hexadecimal ↔️ Group into sets of four
Hexadecimal to Binary ↔️ Convert each digit to four bits