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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 鶩}鶩{^ | 11101010010011100111110111101010010011100111101101011110 | ea4e7dea4e7b5e |
EUC-JP | 鶩}鶩{^ | 11110011101011110111110111110011101011110111101101011110 | f3af7df3af7b5e |
UTF-8 | 鶩}鶩{^ | 111010011011011010101001011111011110100110110110101010010111101101011110 | e9b6a97de9b6a97b5e |
UHC | 鶩}鶩{^ | 11011001110100000111110111011001110100000111101101011110 | d9d07dd9d07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)