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 | 赭杜 | 11100110110111101001001101101101 | e6de936d |
EUC-JP | 赭杜 | 11101100111000001100010111001110 | ece0c5ce |
UTF-8 | 赭杜 | 111010001011010110101101111001101001110110011100 | e8b5ade69d9c |
UHC | ?杜 | 001111111101010011100001 | 3fd4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)