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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 專???異 | 10011011100100110011111100111111001111111000100011011001 | 9b933f3f3f88d9 |
| EUC-JP | 專???異 | 11010101111100110011111100111111001111111011000011011011 | d5f33f3f3fb0db |
| UTF-8 | 專쭹렪렪異 | 111001011011000010001000111011001010110110111001111010111010000010101010111010111010000010101010111001111001010110110000 | e5b088ecadb9eba0aaeba0aae795b0 |
| UHC | 專쭹렪렪異 | 11101110111101101100001011100111100011101011100010001110101110001110110010110110 | eef6c2e78eb88eb8ecb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)