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 | 鼠?鼠半^ | 1001000101101100001111111001000101101100100101001011110001011110 | 916c3f916c94bc5e |
EUC-JP | 鼠?鼠半^ | 1100000111001101001111111100000111001101110010001011111001011110 | c1cd3fc1cdc8be5e |
UTF-8 | 鼠푿鼠半^ | 11101001101111001010000011101101100100011011111111101001101111001010000011100101100011011000101001011110 | e9bca0ed91bfe9bca0e58d8a5e |
UHC | 鼠푿鼠半^ | 111000001010100111000111101011011110000010101001110110101110001001011110 | e0a9c7ade0a9dae25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)