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 | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
SJIS-WIN | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
EUC-JP | 蔣?Lh蔣?L | 1000111111011001101101100011111101001100011010001000111111011001101101100011111101001100 | 8fd9b63f4c688fd9b63f4c |
UTF-8 | 蔣렣Lh蔣렣L | 111010001001010010100011111010111010000010100011010011000110100011101000100101001010001111101011101000001010001101001100 | e894a3eba0a34c68e894a3eba0a34c |
UHC | 蔣렣Lh蔣렣L | 1110110111111000100011101011010001001100011010001110110111111000100011101011010001001100 | edf88eb44c68edf88eb44c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)