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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 鬩穂 | 11101001101010011001010111100100 | e9a995e4 |
EUC-JP | 鬩穂 | 11110010101010111100101011100110 | f2abcae6 |
UTF-8 | 鬩穂 | 111010011010110010101001111001111010100110000010 | e9aca9e7a982 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)