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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 藺綺 | 11100101011000011110001101011001 | e561e359 |
EUC-JP | 藺綺 | 11101001110000101110010110111010 | e9c2e5ba |
UTF-8 | 藺綺 | 111010001001011110111010111001111011011010111010 | e897bae7b6ba |
UHC | 藺綺 | 11010111111101001101000110111011 | d7f4d1bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)