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 | ?系 | 001111111000110001101110 | 3f8c6e |
EUC-JP | ?系 | 001111111011011111001111 | 3fb7cf |
UTF-8 | 卽系 | 111001011000110110111101111001111011001110111011 | e58dbde7b3bb |
UHC | 卽系 | 11110001111011011100110110100111 | f1edcda7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)