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 | 寞挈 | 10011011100010111001110101101100 | 9b8b9d6c |
EUC-JP | 寞挈 | 11010101111010111101100111001101 | d5ebd9cd |
UTF-8 | 寞挈 | 111001011010111110011110111001101000110010001000 | e5af9ee68c88 |
UHC | 寞? | 110110001010110000111111 | d8ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)