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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 称」タ | 1000111111001100101000111111001111110110110000001111100111101101 | 8fcca3f3f6c0f9ed |
EUC-JP | 称」?タ? | 1011111011001110100011101010001100111111100011101100000000111111 | bece8ea33f8ec03f |
UTF-8 | 称」タ | 111001111010011110110000111011111011110110100011111011101000101110101001111011111011111010000000111011101001110110001000 | e7a7b0efbda3ee8ba9efbe80ee9d88 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)