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 | 幗貂 | 10011011111011001110011010111000 | 9bece6b8 |
EUC-JP | 幗貂 | 11010110111011101110110010111010 | d6eeecba |
UTF-8 | 幗貂 | 111001011011100110010111111010001011001010000010 | e5b997e8b282 |
UHC | ?貂 | 001111111111010110110000 | 3ff5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)