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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 際?D際?D^ | 100011011101101100111111010001001000110111011011001111110100010001011110 | 8ddb3f448ddb3f445e |
EUC-JP | 際?D際?D^ | 101110101101110100111111010001001011101011011101001111110100010001011110 | badd3f44badd3f445e |
UTF-8 | 際렢D際렢D^ | 111010011001101010011011111010111010000010100010010001001110100110011010100110111110101110100000101000100100010001011110 | e99a9beba0a244e99a9beba0a2445e |
UHC | 際렢D際렢D^ | 1111000010110111100011101011001101000100111100001011011110001110101100110100010001011110 | f0b78eb344f0b78eb3445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)