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 | 藺惆 | 11100101011000011001110010101101 | e5619cad |
EUC-JP | 藺惆 | 11101001110000101101100010101111 | e9c2d8af |
UTF-8 | 藺惆 | 111010001001011110111010111001101000001110000110 | e897bae68386 |
UHC | 藺? | 110101111111010000111111 | d7f43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)