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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 關Ⅷ關Ⅷ^ | 111010001001000010000111010110111110100010010000100001110101101101011110 | e890875be890875b5e |
EUC-JP | 關?關?^ | 11101111111100000011111111101111111100000011111101011110 | eff03feff03f5e |
UTF-8 | 關Ⅷ關Ⅷ^ | 11101001100101111001110011100010100001011010011111101001100101111001110011100010100001011010011101011110 | e9979ce285a7e9979ce285a75e |
UHC | 關Ⅷ關Ⅷ^ | 110011101011110010100101101101111100111010111100101001011011011101011110 | cebca5b7cebca5b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)