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 | 拿?}拿?{^ | 100111010101110000111111011111011001110101011100001111110111101101011110 | 9d5c3f7d9d5c3f7b5e |
EUC-JP | 拿?}拿?{^ | 110110011011110100111111011111011101100110111101001111110111101101011110 | d9bd3f7dd9bd3f7b5e |
UTF-8 | 拿蘿}拿蘿{^ | 111001101000101110111111111011111010010010010000011111011110011010001011101111111110111110100100100100000111101101011110 | e68bbfefa4907de68bbfefa4907b5e |
UHC | 拿蘿}拿蘿{^ | 1101000111011010110100011101110101111101110100011101101011010001110111010111101101011110 | d1dad1dd7dd1dad1dd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)