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 | 魯?魯?^ | 10011000010001000011111110011000010001000011111101011110 | 98443f98443f5e |
EUC-JP | 魯?魯?^ | 11001111101001010011111111001111101001010011111101011110 | cfa53fcfa53f5e |
UTF-8 | 魯져魯져^ | 11101001101011011010111111101100101000001011100011101001101011011010111111101100101000001011100001011110 | e9adafeca0b8e9adafeca0b85e |
UHC | 魯져魯져^ | 110101101101101111000001101011101101011011011011110000011010111001011110 | d6dbc1aed6dbc1ae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)