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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬩ゥ蜿・褓 | 1110100110101001101010011110010110001111101001011110010111101110 | e9a9a9e58fa5e5ee |
EUC-JP | 鬩ゥ蜿・褓 | 11110010101010111000111010101001111010011110111110001110101001011110101011110000 | f2ab8ea9e9ef8ea5eaf0 |
UTF-8 | 鬩ゥ蜿・褓 | 111010011010110010101001111011111011110110101001111010001001110010111111111011111011110110100101111010001010010010010011 | e9aca9efbda9e89cbfefbda5e8a493 |
UHC | ????褓 | 001111110011111100111111001111111101110011001110 | 3f3f3f3fdcce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)