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 | 闕シ闕シ^ | 11101000100011011011110011101000100011011011110001011110 | e88dbce88dbc5e |
EUC-JP | 闕シ闕シ^ | 111011111110110110001110101111001110111111101101100011101011110001011110 | efed8ebcefed8ebc5e |
UTF-8 | 闕シ闕シ^ | 11101001100101111001010111101111101111011011110011101001100101111001010111101111101111011011110001011110 | e99795efbdbce99795efbdbc5e |
UHC | 闕?闕?^ | 11001111111101000011111111001111111101000011111101011110 | cff43fcff43f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)