Skip to content

Convert UTF-16 encoded file to UTF-8

Convert UTF-16 encoded file to UTF-8

Answer:

iconv is what you need and is available on most Linux platforms.

# iconv -f UTF-16 -t UTF-8 text.txt

Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay
  1. Convert Windows text file to UNIX format without dos2unix
  2. Convert DOS/MAC to UNIX text file format converter
  3. Convert a Nero .nrg file to .iso file
  4. Convert DOS newlines to Unix format
  5. How to determine the type of a file in Linux

Post a Comment

Your email is never published nor shared. Required fields are marked *
*
*