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 | 嶸ワ骼ゥ自 | 1111101010110100110111001110100110001110101010011000111010101001 | fab4dce98ea98ea9 |
EUC-JP | 嶸ワ骼ゥ自 | 1000111110111011111101001000111011011100111100011110111010001110101010011011110010101011 | 8fbbf48edcf1ee8ea9bcab |
UTF-8 | 嶸ワ骼ゥ自 | 111001011011011010111000111011111011111010011100111010011010101010111100111011111011110110101001111010001000011110101010 | e5b6b8efbe9ce9aabcefbda9e887aa |
UHC | 嶸???自 | 11100111101011100011111100111111001111111110110110111011 | e7ae3f3f3fedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)