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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 邀??業?^ | 1110011110110001001111110011111110001011110001100011111101011110 | e7b13f3f8bc63f5e |
EUC-JP | 邀??業?^ | 1110111010110011001111110011111110110110110010000011111101011110 | eeb33f3fb6c83f5e |
UTF-8 | 邀꾢넇業뢤^ | 11101001100000101000000011101010101111101010001011101011100001001000011111100110101001011010110111101011101000101010010001011110 | e98280eabea2eb8487e6a5adeba2a45e |
UHC | 邀꾢넇業뢤^ | 1110100110101101100001001110010110000110100101111110010111110110100011110110010101011110 | e9ad84e58697e5f68f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)