Thanks for the report @Jürgen Kanz . The expected output from a "Characters" encoder for the alphabet "ACTG" working on the input string "GGCTCTTTAG" should be:
{{0, 0, 0, 1},
{0, 0, 0, 1},
{0, 1, 0, 0},
{0, 0, 1, 0},
{0, 1, 0, 0},
{0, 0, 1, 0},
{0, 0, 1, 0},
{0, 0, 1, 0},
{1, 0, 0, 0},
{0, 0, 0, 1}}