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 | 10011000111110000100110001101000100110001111100001001100 | 98f84c6898f84c |
EUC-JP | 傀Lh傀L | 11010000111110100100110001101000110100001111101001001100 | d0fa4c68d0fa4c |
UTF-8 | 傀Lh傀L | 111001011000001010000000010011000110100011100101100000101000000001001100 | e582804c68e582804c |
UHC | 傀Lh傀L | 11001110110100110100110001101000110011101101001101001100 | ced34c68ced34c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)