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 | 嘶觴嘶惜 | 1001101001111100111001100101101110011010011111001001000011001001 | 9a7ce65b9a7c90c9 |
EUC-JP | 嘶觴嘶惜 | 1101001111011101111010111011110011010011110111011100000011001011 | d3ddebbcd3ddc0cb |
UTF-8 | 嘶觴嘶惜 | 111001011001100010110110111010001010011110110100111001011001100010110110111001101000001110011100 | e598b6e8a7b4e598b6e6839c |
UHC | 嘶觴嘶惜 | 1110001110110110110111111101100011100011101101101110000010101101 | e3b6dfd8e3b6e0ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)