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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 貳曺 | 11100110110001101111101011011110 | e6c6fade |
EUC-JP | 貳曺 | 1110110011001000100011111100001011101101 | ecc88fc2ed |
UTF-8 | 貳曺 | 111010001011001010110011111001101001101110111010 | e8b2b3e69bba |
UHC | 貳曺 | 11101100110000111111000011000110 | ecc3f0c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)