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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 嘶觴嘶觴 | 1001101001111100111001100101101110011010011111001110011001011011 | 9a7ce65b9a7ce65b |
EUC-JP | 嘶觴嘶觴 | 1101001111011101111010111011110011010011110111011110101110111100 | d3ddebbcd3ddebbc |
UTF-8 | 嘶觴嘶觴 | 111001011001100010110110111010001010011110110100111001011001100010110110111010001010011110110100 | e598b6e8a7b4e598b6e8a7b4 |
UHC | 嘶觴嘶觴 | 1110001110110110110111111101100011100011101101101101111111011000 | e3b6dfd8e3b6dfd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)