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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ー鞏 | 101100001110100011011101 | b0e8dd |
EUC-JP | ー鞏 | 10001110101100001111000011011111 | 8eb0f0df |
UTF-8 | ー鞏 | 111011111011110110110000111010011001111010001111 | efbdb0e99e8f |
UHC | ?鞏 | 001111111100110111111001 | 3fcdf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)