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 | 10011100100110010100110001101000100111001001100101001100 | 9c994c689c994c |
EUC-JP | 恙Lh恙L | 11010111111110010100110001101000110101111111100101001100 | d7f94c68d7f94c |
UTF-8 | 恙Lh恙L | 111001101000000110011001010011000110100011100110100000011001100101001100 | e681994c68e681994c |
UHC | 恙Lh恙L | 11100101101111110100110001101000111001011011111101001100 | e5bf4c68e5bf4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)