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 | 賃裸 | 10010010110000001001011110000111 | 92c09787 |
EUC-JP | 賃裸 | 11000100110000101100110111100111 | c4c2cde7 |
UTF-8 | 賃裸 | 111010001011001110000011111010001010001110111000 | e8b383e8a3b8 |
UHC | 賃裸 | 11101100111111001101010110100011 | ecfcd5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)