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 | 111001101011011010101111010011000110100011100110101101101010111101001100 | e6b6af4c68e6b6af4c |
EUC-JP | 豸ッLh豸ッL | 1110110010111000100011101010111101001100011010001110110010111000100011101010111101001100 | ecb88eaf4c68ecb88eaf4c |
UTF-8 | 豸ッLh豸ッL | 111010001011000110111000111011111011110110101111010011000110100011101000101100011011100011101111101111011010111101001100 | e8b1b8efbdaf4c68e8b1b8efbdaf4c |
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)