Error is due to the data being binary, You can use strings command to see the strings part which you would normally search.
strings data | grep -i whatever
Error is due to the data being binary, You can use strings command to see the strings part which you would normally search.
strings data | grep -i whatever