tconv - iconv-like interface with automatic charset detection
tconv is a generic interface on charset detection and character conversion implementations. It is not necessary anymore to know in advance the charset: if you do NOT specify, tconv will guess.
Built-in charset detection engines are: cchardet, ICU. Built-in character conversion engines are: iconv (even on Windows, via win-iconv), ICU.