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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 席昔^ | 1001000011001000100100001100110001011110 | 90c890cc5e |
EUC-JP | 席昔^ | 1100000011001010110000001100111001011110 | c0cac0ce5e |
UTF-8 | 席昔^ | 11100101101110001010110111100110100110001001010001011110 | e5b8ade698945e |
UHC | 席昔^ | 1110000010101100111000001010111001011110 | e0ace0ae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)