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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 魯?^ | 10011000010001000011111101011110 | 98443f5e |
EUC-JP | 魯?^ | 11001111101001010011111101011110 | cfa53f5e |
UTF-8 | 魯져^ | 11101001101011011010111111101100101000001011100001011110 | e9adafeca0b85e |
UHC | 魯져^ | 1101011011011011110000011010111001011110 | d6dbc1ae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)