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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 嘆短嘆続^ | 100100100101000110010010010110101001001001010001100100011011000101011110 | 9251925a925191b15e |
EUC-JP | 嘆短嘆続^ | 110000111011001011000011101110111100001110110010110000101011001101011110 | c3b2c3bbc3b2c2b35e |
UTF-8 | 嘆短嘆続^ | 11100101100110001000011011100111100111111010110111100101100110001000011011100111101101101001101001011110 | e59886e79fade59886e7b69a5e |
UHC | 嘆短嘆?^ | 1111011110100011110100111010110111110111101000110011111101011110 | f7a3d3adf7a33f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)