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 | 岻珱 | 10011011101011001110000011111100 | 9bace0fc |
EUC-JP | 岻珱 | 11010110101011101110000011111110 | d6aee0fe |
UTF-8 | 岻珱 | 111001011011001010111011111001111000111110110001 | e5b2bbe78fb1 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)