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 | 族???枳 | 10010001101100000011111100111111001111111001111001101011 | 91b03f3f3f9e6b |
EUC-JP | 族???枳 | 11000010101100100011111100111111001111111101101111001100 | c2b23f3f3fdbcc |
UTF-8 | 族브렢렍枳 | 111001101001011110001111111010111011100010001100111010111010000010100010111010111010000010001101111001101001111010110011 | e6978febb88ceba0a2eba08de69eb3 |
UHC | 族브렢렍枳 | 11110000111010011011101011101010100011101011001110001110101000111111001010101100 | f0e9baea8eb38ea3f2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)