Japanese charset converter from SJIS/EUC-JP/JIS(ISO-2022-JP) to Dart String.
import 'package:jcombu/jcombu.dart' as jcombu;
void main() {
final s = jcombu.convertJis([0x1b, 0x24, 0x40, 0x30, 0x21]);
print(s);
}
// 亜
See test for more examples.
Some glyphs are different from the examples in their standards, but human-readable.