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 | 疇髮 | 11100001011001011110100110011011 | e165e99b |
EUC-JP | 疇髮 | 11100001110001101111000111111011 | e1c6f1fb |
UTF-8 | 疇髮 | 111001111001011010000111111010011010101110101110 | e79687e9abae |
UHC | 疇髮 | 11110001110000101101101110100101 | f1c2dba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)