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 | 隹貂 | 11101000101100001110011010111000 | e8b0e6b8 |
EUC-JP | 隹貂 | 11110000101100101110110010111010 | f0b2ecba |
UTF-8 | 隹貂 | 111010011001101010111001111010001011001010000010 | e99ab9e8b282 |
UHC | ?貂 | 001111111111010110110000 | 3ff5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)