When converting 192 to binary, the correct answer is 11000000. This is because in binary, each digit can have a value of either 0 or 1. Starting from the right, the first digit represents 2^0, the second digit represents 2^1, the third digit represents 2^2, and so on. By adding the corresponding values for each digit, we get the decimal value of 192. In this case, the binary representation of 192 is 11000000.