CharViewer
macOS / developpeurs
You can see character information with this app.
- Unicode Code Point
- UTF-8 Byte Sequence
- Unicode Description
This app even supports control characters, if you can copy & paste. This might help you to debug apps.
Quoi de neuf dans la dernière version ?
Changes from 1.1
- Now it runs as Apple Silicon app. This means that this app will also run on the next version of macOS which would be released in Sep 2026.
- Now it requires macOS 26.0(Tahoe) or higher. (1.1 required 10.14(Mojave) or higher)
- If the input text has some same characters in a row, this app now groups and counts, like the UNIX command "uniq -c"
- The data can be sorted by code point or description, like the UNIX commands "sort | uniq -c"
- Text field is much wider
- Table layout is updated
- Now you can copy or open URL of some unicode character database websites, such as fileformat.info. Please note that this app DOES NOT guarantee that those websites tell the truth.