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 | 鬩墓㊧邏膿 | 11101001101010011001010111100110100001111000100011100111101101001001010001011110 | e9a995e68788e7b4945e |
EUC-JP | 鬩墓?邏膿 | 111100101010101111001010111010000011111111101110101101101100011110111111 | f2abcae83feeb6c7bf |
UTF-8 | 鬩墓㊧邏膿 | 111010011010110010101001111001011010001010010011111000111000101010100111111010011000001010001111111010001000011010111111 | e9aca9e5a293e38aa7e9828fe886bf |
UHC | ?墓?邏膿 | 0011111111011001110101110011111111010101101001001101001011011011 | 3fd9d73fd5a4d2db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)