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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 豚?}豚?{^ | 100100111101100000111111011111011001001111011000001111110111101101011110 | 93d83f7d93d83f7b5e |
EUC-JP | 豚?}豚?{^ | 110001101101101000111111011111011100011011011010001111110111101101011110 | c6da3f7dc6da3f7b5e |
UTF-8 | 豚쩽}豚쩽{^ | 111010001011000110011010111011001010100110111101011111011110100010110001100110101110110010101001101111010111101101011110 | e8b19aeca9bd7de8b19aeca9bd7b5e |
UHC | 豚쩽}豚쩽{^ | 1101010011001010110000101100011001111101110101001100101011000010110001100111101101011110 | d4cac2c67dd4cac2c67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)