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 | 奚?奚?^ | 10011010111101100011111110011010111101100011111101011110 | 9af63f9af63f5e |
EUC-JP | 奚?奚?^ | 11010100111110000011111111010100111110000011111101011110 | d4f83fd4f83f5e |
UTF-8 | 奚쒭奚쒭^ | 11100101101001011001101011101100100100101010110111100101101001011001101011101100100100101010110101011110 | e5a59aec92ade5a59aec92ad5e |
UHC | 奚쒭奚쒭^ | 111110101010100010011101010001001111101010101000100111010100010001011110 | faa89d44faa89d445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)