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 | ト鞋」^ | 11110001111001001100010011101000110111001010001101011110 | f1e4c4e8dca35e |
EUC-JP | ?ト鞋」^ | 0011111110001110110001001111000011011110100011101010001101011110 | 3f8ec4f0de8ea35e |
UTF-8 | ト鞋」^ | 11101110100001011001111111101111101111101000010011101001100111101000101111101111101111011010001101011110 | ee859fefbe84e99e8befbda35e |
UHC | ??鞋?^ | 001111110011111111111011101110010011111101011110 | 3f3ffbb93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)