I would like to have a collation which orders the UTF-8 encoding of 0x1234 below of 0x1235 regardless of the character mapping in the Unicode standard. MySQL uses utf8_bin f
Postgres uses the collation defined by the system locale on cluster creation.
You might try to ORDER BY encode(column,'hex')