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 | 11100001100011110100110001101000111000011000111101001100 | e18f4c68e18f4c |
SJIS-WIN | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
EUC-JP | á?Lhá?L | 1000111110101011101000010011111101001100011010001000111110101011101000010011111101001100 | 8faba13f4c688faba13f4c |
UTF-8 | áLháL | 1100001110100001110000101000111101001100011010001100001110100001110000101000111101001100 | c3a1c28f4c68c3a1c28f4c |
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)