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 | 貳鰤 | 11100110110001101110100111011100 | e6c6e9dc |
EUC-JP | 貳鰤 | 11101100110010001111001011011110 | ecc8f2de |
UTF-8 | 貳鰤 | 111010001011001010110011111010011011000010100100 | e8b2b3e9b0a4 |
UHC | 貳? | 111011001100001100111111 | ecc33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)