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 | 遶ェ螟喞^ | 1110011110101011101010101110010110100100100110100110001101011110 | e7abaae5a49a635e |
EUC-JP | 遶ェ螟喞^ | 111011101010110110001110101010101110101010100110110100111100010001011110 | eead8eaaeaa6d3c45e |
UTF-8 | 遶ェ螟喞^ | 11101001100000011011011011101111101111011010101011101000100111101001111111100101100101101001111001011110 | e981b6efbdaae89e9fe5969e5e |
UHC | ??螟?^ | 001111110011111111011001101011010011111101011110 | 3f3fd9ad3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)