That was indeed help. Below are few ways to check not printable characters in a file
cat -A file.txt cat -vte file.txt or od -c file.txt