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 | ??R??^ | 001111110011111101010010001111110011111101011110 | 3f3f523f3f5e |
SJIS-WIN | 恁?R恁?^ | 1001110010001100001111110101001010011100100011000011111101011110 | 9c8c3f529c8c3f5e |
EUC-JP | 恁?R恁?^ | 1101011111101100001111110101001011010111111011000011111101011110 | d7ec3f52d7ec3f5e |
UTF-8 | 恁₄R恁₄^ | 1110011010000001100000011110001010000010100001000101001011100110100000011000000111100010100000101000010001011110 | e68181e2828452e68181e282845e |
UHC | 恁₄R恁₄^ | 11101100111101101010100111111110010100101110110011110110101010011111111001011110 | ecf6a9fe52ecf6a9fe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)