fcccode / UTF8Conv

A Windows (Win32) utility to convert small strings between UTF-16 and UTF7/8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UTF8Conv

This program will convert strings between Windows Unicode (UTF-16) and UTF-8 or UTF-7 character encodings and also present the raw binary data (as hex).

Select either UTF-8 or UTF-7 from the drop list, and type or paste your text into the appropriate field to see it instantly converted into the other forms.

screenshot

About

A Windows (Win32) utility to convert small strings between UTF-16 and UTF7/8


Languages

Language:C++ 90.3%Language:C 9.7%