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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 藺莉h藺 | 11100101011000011110010010111011011010001110010101100001 | e561e4bb68e561 |
EUC-JP | 藺莉h藺 | 11101001110000101110100010111101011010001110100111000010 | e9c2e8bd68e9c2 |
UTF-8 | 藺莉h藺 | 11101000100101111011101011101000100011101000100101101000111010001001011110111010 | e897bae88e8968e897ba |
UHC | 藺莉h藺 | 11010111111101001101011111101001011010001101011111110100 | d7f4d7e968d7f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)