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 | 夭?夭?^ | 10011010111011100011111110011010111011100011111101011110 | 9aee3f9aee3f5e |
EUC-JP | 夭?夭?^ | 11010100111100000011111111010100111100000011111101011110 | d4f03fd4f03f5e |
UTF-8 | 夭뺻夭뺻^ | 11100101101001001010110111101011101110101011101111100101101001001010110111101011101110101011101101011110 | e5a4adebbabbe5a4adebbabb5e |
UHC | 夭뺻夭뺻^ | 111010001110110010010110010001001110100011101100100101100100010001011110 | e8ec9644e8ec96445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)