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 | ??iLh??iL | 001111110011111101101001010011000110100000111111001111110110100101001100 | 3f3f694c683f3f694c |
SJIS-WIN | ??iLh??iL | 001111110011111101101001010011000110100000111111001111110110100101001100 | 3f3f694c683f3f694c |
EUC-JP | ??iLh??iL | 001111110011111101101001010011000110100000111111001111110110100101001100 | 3f3f694c683f3f694c |
UTF-8 | 렺쌜iLh렺쌜iL | 1110101110100000101110101110110010001100100111000110100101001100011010001110101110100000101110101110110010001100100111000110100101001100 | eba0baec8c9c694c68eba0baec8c9c694c |
UHC | 렺쌜iLh렺쌜iL | 10001110110000101011110111011011011010010100110001101000100011101100001010111101110110110110100101001100 | 8ec2bddb694c688ec2bddb694c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)