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 | 10011010110011100100110001101000100110101100111001001100 | 9ace4c689ace4c |
EUC-JP | 墅Lh墅L | 11010100110100000100110001101000110101001101000001001100 | d4d04c68d4d04c |
UTF-8 | 墅Lh墅L | 111001011010001010000101010011000110100011100101101000101000010101001100 | e5a2854c68e5a2854c |
UHC | 墅Lh墅L | 11011111111010100100110001101000110111111110101001001100 | dfea4c68dfea4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)