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 | 諸???? | 100011111001010000111111001111110011111100111111 | 8f943f3f3f3f |
| EUC-JP | 諸???? | 101111011111010000111111001111110011111100111111 | bdf43f3f3f3f |
| UTF-8 | 諸쇘벚吏렢 | 111010001010101110111000111011001000011110011000111010111011001010011010111011111010011110011110111010111010000010100010 | e8abb8ec8798ebb29aefa79eeba0a2 |
| UHC | 諸쇘벚吏렢 | 11110000101100111011110011100111101110101010001011101100101001111000111010110011 | f0b3bce7baa2eca78eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)