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 | 遶ェ莉貌^ | 1110011110101011101010101110010010111011100101100110010101011110 | e7abaae4bb96655e |
EUC-JP | 遶ェ莉貌^ | 111011101010110110001110101010101110100010111101110010111100011001011110 | eead8eaae8bdcbc65e |
UTF-8 | 遶ェ莉貌^ | 11101001100000011011011011101111101111011010101011101000100011101000100111101000101100101000110001011110 | e981b6efbdaae88e89e8b28c5e |
UHC | ??莉貌^ | 00111111001111111101011111101001110110011100100101011110 | 3f3fd7e9d9c95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)