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 | 泗峇 | 10011111100110011001101110110010 | 9f999bb2 |
EUC-JP | 泗峇 | 11011101111110011101011010110100 | ddf9d6b4 |
UTF-8 | 泗峇 | 111001101011001110010111111001011011001110000111 | e6b397e5b387 |
UHC | 泗? | 110111101101111100111111 | dedf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)