To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
| Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
|---|---|---|---|
| ISO-8859-1 | ??????O^ | 0011111100111111001111110011111100111111001111110100111101011110 | 3f3f3f3f3f3f4f5e |
| SJIS-WIN | ??????O^ | 0011111100111111001111110011111100111111001111110100111101011110 | 3f3f3f3f3f3f4f5e |
| EUC-JP | ??????O^ | 0011111100111111001111110011111100111111001111110100111101011110 | 3f3f3f3f3f3f4f5e |
| UTF-8 | 챘징혥챘혻짬O^ | 1110110010110001100110001110110010100111100101011110110110011000101001011110110010110001100110001110110110011000101110111110110010100111101011000100111101011110 | ecb198eca795ed98a5ecb198ed98bbeca7ac4f5e |
| UHC | 챘징혥챘혻짬O^ | 1100001110101011110000101010000111000010100011011100001110101011110000101010000011000010101010110100111101011110 | c3abc2a1c28dc3abc2a0c2ab4f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)