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 | 怙佝怙佝^ | 100111001000000010011000110001101001110010000000100110001100011001011110 | 9c8098c69c8098c65e |
EUC-JP | 怙佝怙佝^ | 110101111110000011010000110010001101011111100000110100001100100001011110 | d7e0d0c8d7e0d0c85e |
UTF-8 | 怙佝怙佝^ | 11100110100000001001100111100100101111011001110111100110100000001001100111100100101111011001110101011110 | e68099e4bd9de68099e4bd9d5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)