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 | 瞽絨 | 11100001110110101110001101001111 | e1dae34f |
EUC-JP | 瞽絨 | 11100010110111001110010110110000 | e2dce5b0 |
UTF-8 | 瞽絨 | 111001111001111010111101111001111011010110101000 | e79ebde7b5a8 |
UHC | ?絨 | 001111111110101111010110 | 3febd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)