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 | 1110100001001100011010001110100001001100 | e84c68e84c |
SJIS-WIN | ?Lh?L | 0011111101001100011010000011111101001100 | 3f4c683f4c |
EUC-JP | èLhèL | 100011111010101110110010010011000110100010001111101010111011001001001100 | 8fabb24c688fabb24c |
UTF-8 | èLhèL | 11000011101010000100110001101000110000111010100001001100 | c3a84c68c3a84c |
UHC | ?Lh?L | 0011111101001100011010000011111101001100 | 3f4c683f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)