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 | 賃賂 | 10010010110000001001100001000111 | 92c09847 |
EUC-JP | 賃賂 | 11000100110000101100111110101000 | c4c2cfa8 |
UTF-8 | 賃賂 | 111010001011001110000011111010001011001110000010 | e8b383e8b382 |
UHC | 賃賂 | 11101100111111001101011011110001 | ecfcd6f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)