View currently supported MySQL character set commands

Source: Internet
Author: User
Tags mysql delete

There are different ways to view different MySQL character sets. The following command is used to view the currently supported MySQL character sets. It is helpful for you to learn the MySQL character set.

 
 
  1. mysql> show charset;  
  2. mysql> show char set;  
  3. +----------+-----------------------------+---------------------+--------+  
  4. | Charset | Description                 | Default collation   | Maxlen |  
  5. +----------+-----------------------------+---------------------+--------+  
  6. | big5     | Big5 Traditional Chinese    | big5_chinese_ci     |      2 |  
  7. | dec8     | DEC West European           | dec8_swedish_ci     |      1 |  
  8. | cp850    | DOS West European           | cp850_general_ci    |      1 |  
  9. | hp8      | HP West European            | hp8_english_ci      |      1 |  
  10. | koi8r    | KOI8-R Relcom Russian       | koi8r_general_ci    |      1 |  
  11. | latin1   | cp1252 West European        | latin1_swedish_ci   |      1 |  
  12. | latin2   | ISO 8859-2 Central European | latin2_general_ci   |      1 |  
  13. | swe7     | 7bit Swedish                | swe7_swedish_ci     |      1 |  
  14. | ascii    | US ASCII                    | ascii_general_ci    |      1 |  
  15. | ujis     | EUC-JP Japanese             | ujis_japanese_ci    |      3 |  
  16. | sjis     | Shift-JIS Japanese          | sjis_japanese_ci    |      2 |  
  17. | hebrew   | ISO 8859-8 Hebrew           | hebrew_general_ci   |      1 |  
  18. | tis620   | TIS620 Thai                 | tis620_thai_ci      |      1 |  
  19. | euckr    | EUC-KR Korean               | euckr_korean_ci     |      2 |  
  20. | koi8u    | KOI8-U Ukrainian            | koi8u_general_ci    |      1 |  
  21. | gb2312   | GB2312 Simplified Chinese   | gb2312_chinese_ci   |      2 |  
  22. | greek    | ISO 8859-7 Greek            | greek_general_ci    |      1 |  
  23. | cp1250   | Windows Central European    | cp1250_general_ci   |      1 |  
  24. | gbk      | GBK Simplified Chinese      | gbk_chinese_ci      |      2 |  
  25. | latin5   | ISO 8859-9 Turkish          | latin5_turkish_ci   |      1 |  
  26. | armscii8 | ARMSCII-8 Armenian          | armscii8_general_ci |      1 |  
  27. | utf8     | UTF-8 Unicode               | utf8_general_ci     |      3 |  
  28. | ucs2     | UCS-2 Unicode               | ucs2_general_ci     |      2 |  
  29. | cp866    | DOS Russian                 | cp866_general_ci    |      1 |  
  30. | keybcs2 | DOS Kamenicky Czech-Slovak | keybcs2_general_ci |      1 |  
  31. | macce    | Mac Central European        | macce_general_ci    |      1 |  
  32. | macroman | Mac West European           | macroman_general_ci |      1 |  
  33. | cp852    | DOS Central European        | cp852_general_ci    |      1 |  
  34. | latin7   | ISO 8859-13 Baltic          | latin7_general_ci   |      1 |  
  35. | cp1251   | Windows Cyrillic            | cp1251_general_ci   |      1 |  
  36. | cp1256   | Windows Arabic              | cp1256_general_ci   |      1 |  
  37. | cp1257   | Windows Baltic              | cp1257_general_ci   |      1 |  
  38. | binary   | Binary pseudo charset       | binary              |      1 |  
  39. | geostd8 | GEOSTD8 Georgian            | geostd8_general_ci |      1 |  
  40. | cp932    | SJIS for Windows Japanese   | cp932_japanese_ci   |      2 |  
  41. | eucjpms | UJIS for Windows Japanese   | eucjpms_japanese_ci |      3 |  
  42. +----------+-----------------------------+---------------------+--------+ 

The preceding MySQL character set command is applicable to Windows and Linux.
 

View MySQL Default Character Set

How does MySQL Delete foreign key definitions?

How MySQL defines foreign keys

MySql stored procedure with Parameters

Statements used to obtain MySQL table information

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.