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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 賊?縡???B | 100100011010111100111111111000110111000100111111001111110011111101000010 | 91af3fe3713f3f3f42 |
EUC-JP | 賊?縡?塼?B | 1100001010110001001111111110010111010010001111111000111110111000101110010011111101000010 | c2b13fe5d23f8fb8b93f42 |
UTF-8 | 賊렠縡렕塼렦B | 11101000101100111000101011101011101000001010000011100111101110001010000111101011101000001001010111100101101000011011110011101011101000001010011001000010 | e8b38aeba0a0e7b8a1eba095e5a1bceba0a642 |
UHC | 賊렠縡렕塼렦B | 11101110111001001000111010110001111011101010110110001110101010101110111011110100100011101011010101000010 | eee48eb1eead8eaaeef48eb542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)