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 | 轢斛轢?^ | 1110011110000000100111011100110111100111100000000011111101011110 | e7809dcde7803f5e |
EUC-JP | 轢斛轢?^ | 1110110111100000110110101100111111101101111000000011111101011110 | ede0dacfede03f5e |
UTF-8 | 轢斛轢씹^ | 11101000101111011010001011100110100101101001101111101000101111011010001011101100100101001011100101011110 | e8bda2e6969be8bda2ec94b95e |
UHC | 轢斛轢씹^ | 110101011111100111001101110101111101010111111001101111101100001101011110 | d5f9cdd7d5f9bec35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)