Convert the following from base 10 to the indicated base:
List 10 consecutive binary values, starting with the binary equivalent of $200_{10}$
11001000 11001001 11001010 11001011 11001100 11001101 11001110 11001111 11010000 11010001
List 10 consecutive base $3$ values, starting with $200_3$
200 201 202 210 211 212 220 221 222 1000
List 10 consecutive hexadecimal values, starting with $A34BD$
A34BD A34BE A34BF A34C0 A34C1 A34C2 A34C3 A34C4 A34C5 A34C6
Convert the hexadecimal value $A1B2C3D4E5F6789$ to binary