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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 滬踉滬踉^ | 100111111111010011100110111100101001111111110100111001101111001001011110 | 9ff4e6f29ff4e6f25e |
EUC-JP | 滬踉滬踉^ | 110111101111011011101100111101001101111011110110111011001111010001011110 | def6ecf4def6ecf45e |
UTF-8 | 滬踉滬踉^ | 11100110101110111010110011101000101110001000100111100110101110111010110011101000101110001000100101011110 | e6bbace8b889e6bbace8b8895e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)