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 | 鼠昔鼠昔^ | 100100010110110010010000110011001001000101101100100100001100110001011110 | 916c90cc916c90cc5e |
EUC-JP | 鼠昔鼠昔^ | 110000011100110111000000110011101100000111001101110000001100111001011110 | c1cdc0cec1cdc0ce5e |
UTF-8 | 鼠昔鼠昔^ | 11101001101111001010000011100110100110001001010011101001101111001010000011100110100110001001010001011110 | e9bca0e69894e9bca0e698945e |
UHC | 鼠昔鼠昔^ | 111000001010100111100000101011101110000010101001111000001010111001011110 | e0a9e0aee0a9e0ae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)