Save Picture on PostgreSQL

I have this error Help
ERROR: invalid byte sequence for encoding “UTF8”: 0xc6 0x19

dont put a blob in a text field.

way
using bytea data type no works (ERROR: invalid byte sequence for encoding “UTF8”: 0xc6 0x19)
but is i use text data type works