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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 嘶觴嘶 | 100110100111110011100110010110111001101001111100 | 9a7ce65b9a7c |
EUC-JP | 嘶觴嘶 | 110100111101110111101011101111001101001111011101 | d3ddebbcd3dd |
UTF-8 | 嘶觴嘶 | 111001011001100010110110111010001010011110110100111001011001100010110110 | e598b6e8a7b4e598b6 |
UHC | 嘶觴嘶 | 111000111011011011011111110110001110001110110110 | e3b6dfd8e3b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)