You are trying to receive some binary data, however, you don't know the actual data. After transmission, you receive the following Hamming code: 00110000101.
Your task is to perform Hamming decoding and decode the original message you were supposed to receive. If there were errors during transmission, fix them and remove the parity bits to receive the original binary string.