Tag Archives: utf8

Windows: Determine Textencoding of a File

Hi,

if you are working with special characters (i.e. German Umlaute) within a Textfile it is importent to know with which text encoding (UTF8, ASCII…) a file is saved.
Continue reading Windows: Determine Textencoding of a File

Advertisment to support michlstechblog.info

Mail: Generator for mail subject line with Emoji, Pictographs and Symbols

Hi,

to show emoji,Pictographs or symbols in email subject line this line must be UTF8 encoded.

For example a heart. A heart has the Unicode Heart Unicode UTF8(Hex) Code 0xE2 0x99 0xA5.
Continue reading Mail: Generator for mail subject line with Emoji, Pictographs and Symbols

Powershell: Encode and decode Base64 strings

Hi,

short post today. How to en- and decode base64 strings.
Continue reading Powershell: Encode and decode Base64 strings