Home

❯

interests

❯

Investigate Collation in MySQL

Investigate Collation in MySQL

Jun 23, 20161 min read

  • interest
  • disect

See http://dev.mysql.com/doc/refman/5.7/en/charset-collation-effect.html .

echo -n 德|iconv -f 'utf-8' -t 'GBK'|xxd -p
b5c2
echo -n 得|iconv -f 'utf-8' -t 'GBK'|xxd -p
b5c3

Graph View

Created with Quartz v4.5.1 © 2026

  • Source