Unidecoder 2.0
This small application shows the various Unicode encodings of a given text.
Supported encodings are:
- Unicode codepoints in (hexa)decimal
- UTF-8 bytes in (hexa)decimal
- UTF-16BE bytes in (hexa)decimal
- UTF-16LE bytes in (hexa)decimal
- UTF-32BE bytes in (hexa)decimal
- UTF-32LE bytes in (hexa)decimal
The UI is available in three languages:
- English
- Esperanto
- French
Changelog
Renamed app to Unidecoder
Fixed Unicode codepoints display
Now shows UTF-8, UTF-16BE, UTF-16LE, UTF-32BE, and UTF-32LE encodings
Switched to JavaFX
Switched to GUI-Framework 1.4
Removed some useless code
Updates checking (can be disabled)
Using GUI-Framework library
Fixed config not being saved/loaded when the path to the jar contained spaces
Character to code
Code to character
Decimal and hexadecimal code representation