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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 陟カh陟カ | 11101000101000001011011001101000111010001010000010110110 | e8a0b668e8a0b6 |
EUC-JP | 陟カh陟カ | 111100001010001010001110101101100110100011110000101000101000111010110110 | f0a28eb668f0a28eb6 |
UTF-8 | 陟カh陟カ | 11101001100110011001111111101111101111011011011001101000111010011001100110011111111011111011110110110110 | e9999fefbdb668e9999fefbdb6 |
UHC | 陟?h陟? | 11110100101100110011111101101000111101001011001100111111 | f4b33f68f4b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)