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 | 羚菅 | 11100011101101111001000010011011 | e3b7909b |
EUC-JP | 羚菅 | 11100110101110011011111111111011 | e6b9bffb |
UTF-8 | 羚菅 | 111001111011111010011010111010001000111110000101 | e7be9ae88f85 |
UHC | 羚菅 | 11010110101111101100111010111001 | d6beceb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)