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 | 魏貞カャ^ | 11101001101100001001001011100101101101101010110001011110 | e9b092e5b6ac5e |
EUC-JP | 魏貞カャ^ | 111100101011001011000100111001111000111010110110100011101010110001011110 | f2b2c4e78eb68eac5e |
UTF-8 | 魏貞カャ^ | 11101001101011011000111111101000101100101001111011101111101111011011011011101111101111011010110001011110 | e9ad8fe8b29eefbdb6efbdac5e |
UHC | 魏貞??^ | 11101010111000001110111111110110001111110011111101011110 | eae0eff63f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)