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 | 萃昔 | 11100100110000101001000011001100 | e4c290cc |
EUC-JP | 萃昔 | 11101000110001001100000011001110 | e8c4c0ce |
UTF-8 | 萃昔 | 111010001001000010000011111001101001100010010100 | e89083e69894 |
UHC | 萃昔 | 11110101111111101110000010101110 | f5fee0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)