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 | ?Lh?L | 0011111101001100011010000011111101001100 | 3f4c683f4c |
SJIS-WIN | 鍔Lh鍔L | 10010010110101010100110001101000100100101101010101001100 | 92d54c6892d54c |
EUC-JP | 鍔Lh鍔L | 11000100110101110100110001101000110001001101011101001100 | c4d74c68c4d74c |
UTF-8 | 鍔Lh鍔L | 111010011000110110010100010011000110100011101001100011011001010001001100 | e98d944c68e98d944c |
UHC | 鍔Lh鍔L | 11100100110010000100110001101000111001001100100001001100 | e4c84c68e4c84c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)