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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 陷ゥ陷 | 1110100010011100101010011110100010011100 | e89ca9e89c |
EUC-JP | 陷ゥ陷 | 111011111111110010001110101010011110111111111100 | effc8ea9effc |
UTF-8 | 陷ゥ陷 | 111010011001100110110111111011111011110110101001111010011001100110110111 | e999b7efbda9e999b7 |
UHC | 陷?陷 | 1111100111101000001111111111100111101000 | f9e83ff9e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)