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 | 11101000100111110100110001101000111010001001111101001100 | e89f4c68e89f4c |
SJIS-WIN | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
EUC-JP | è?Lhè?L | 1000111110101011101100100011111101001100011010001000111110101011101100100011111101001100 | 8fabb23f4c688fabb23f4c |
UTF-8 | èLhèL | 1100001110101000110000101001111101001100011010001100001110101000110000101001111101001100 | c3a8c29f4c68c3a8c29f4c |
UHC | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)