r – How do I fix this error while read a txt file

I try to read a txt file in windows and appear an Error warning :

machine_delim <- read.delim("C:/KOMSTAT/mini project/machine.txt", header = TRUE, sep = "\t")


Error in make.names(col.names, unique = TRUE) : 
  invalid multibyte string at '<ff><fe>N'
In addition: Warning messages:
1: In read.table(file = file, header = header, sep = sep, quote = quote,  :
  line 1 appears to contain embedded nulls
2: In read.table(file = file, header = header, sep = sep, quote = quote,  :
  line 2 appears to contain embedded nulls
3: In read.table(file = file, header = header, sep = sep, quote = quote,  :
  line 3 appears to contain embedded nulls
4: In read.table(file = file, header = header, sep = sep, quote = quote,  :
  line 4 appears to contain embedded nulls
5: In read.table(file = file, header = header, sep = sep, quote = quote,  :
  line 5 appears to contain embedded nulls

Read more here: Source link