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 | 0011111100111111001111110011111101001111 | 3f3f3f3f4f |
| SJIS-WIN | 醍?牆?O | 10010001111001110011111111100000101011010011111101001111 | 91e73fe0ad3f4f |
| EUC-JP | 醍?牆?O | 11000010111010010011111111100000101011110011111101001111 | c2e93fe0af3f4f |
| UTF-8 | 醍렮牆렭O | 11101001100001101000110111101011101000001010111011100111100010011000011011101011101000001010110101001111 | e9868deba0aee78986eba0ad4f |
| UHC | 醍렮牆렭O | 111100001011010110001110101110111110110111101101100011101011101001001111 | f0b58ebbeded8eba4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)