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 | 頷僉頷僉^ | 111010001111010110011001010000001110100011110101100110010100000001011110 | e8f59940e8f599405e |
EUC-JP | 頷僉頷僉^ | 111100001111011111010001101000011111000011110111110100011010000101011110 | f0f7d1a1f0f7d1a15e |
UTF-8 | 頷僉頷僉^ | 11101001101000001011011111100101100000111000100111101001101000001011011111100101100000111000100101011110 | e9a0b7e58389e9a0b7e583895e |
UHC | ?僉?僉^ | 00111111111101001101001000111111111101001101001001011110 | 3ff4d23ff4d25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)