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 | 10011011110111000100110001101000100110111101110001001100 | 9bdc4c689bdc4c |
EUC-JP | 巖Lh巖L | 11010110110111100100110001101000110101101101111001001100 | d6de4c68d6de4c |
UTF-8 | 巖Lh巖L | 111001011011011110010110010011000110100011100101101101111001011001001100 | e5b7964c68e5b7964c |
UHC | 巖Lh巖L | 11100100110111000100110001101000111001001101110001001100 | e4dc4c68e4dc4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)