Ewert Technologies Home
Browse through the images below, to view screenshots of the app. Click on an image for a larger view:
This privacy policy governs your use of the software application Char Info ("Application") that was created by Ewert Technologies. Char Info is a reference app that can be used for looking up Character Set and Code Point information.
What information does the Application obtain and how is it used?
Char Info is a reference application. It does not collect any information, personal or otherwise.
Automatically collected Information
When downloading the Application from the App Store, your Apple ID is used. Ewert Technologies does not collect, store or share your Apple ID.
In addition, Char Info may collect certain information automatically, including, but not limited to, the type of mobile device you use, and your mobile operating system. This data is used for informational purposes only, to be displayed within the Application is not collected or shared with any third parties.
Log Data
We want to inform you that whenever you use our Application, in case of an error in the app we collect data and information (through third-party products) on your phone called Log Data. This Log Data may include information such as your device Internet Protocol (“IP”) address, device name, operating system version, the configuration of the app when utilizing our Service, the time and date of your use of the Service, and other statistics.
Links to Other Sites
This Application may contain links to other sites. If you click on a third-party link, you will be directed to that site. Note that these external sites are not operated by us. Therefore, we strongly advise you to review the Privacy Policy of these websites. We have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party sites or services.
Changes to This Privacy Policy
We may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes. We will notify you of any changes by posting the new Privacy Policy on this page. These changes are effective immediately after they are posted on this page.
Contact Us
If you have any questions regarding privacy while using Char Info, or have questions about our practices, please contact us via email at:
Current Version - 1.0.1 (January 8, 2019)Introduction

Char Info, is a Utility app for iOS devices that allows you to view Unicode Character Information.
For each Unicode Character (Code Point), this tool lists information, such as its Unicode Symbol, its display character, its description, its binary, hex and decimal values in UTF-8 and UTF-16 and its HTML entity format.
Char Info currently supports the Basic Latin (0 - 127) and Latin-1 Supplement (128 - 255) code blocks. If people find this tool useful, I will expand it to support other code blocks as well.
This is a useful tool for software developers as a basic ASCII chart, as well as for web developers as a reference for HTML entity codes. All values can be copied from this application and pasted into another application.
Char Info is available from the iTunes App Store:

Unicode Information
According to Wikipedia, Unicode is a computing industry standard for the consistent encoding, representation and handling of text expressed in most of the world's writing systems. Computers only work with binary numbers (1's and 0's). Character encoding is a way to map textual characters (Code Points) to binary numbers. One of the earliest encoding systems is ASCII, which maps the first 128 binary numbers to a set of characters (letters, numbers and symbols, commonly used in the English Language. As computers became more internationalized, more encodings were developed to allow for non-English, and even non-Latin-based, characters to be used. Unicode was developed to standardize the way all of the world's textual characters are to be encoded. The most common Unicode-based encoding is UTF-8, which is a way to specify any of the world's characters using a variable-length encoding of 8, 16, 32 or 64 bits. UTF-8 is backward-compatible to ASCII and is a common encoding used for Web Pages.
For a full, easy-to-use reference to all Unicode Code Points, and for more information about Unicode, see FileFormat.info.
For some good information about Unicode, Characters Sets and Encoding, for developers, please read the following article: The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!).
Complete details regarding Unicode are available from The Unicode Consortium.