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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 鹽?鹽?B | 11101010011001000011111111101010011001000011111101000010 | ea643fea643f42 |
EUC-JP | 鹽?鹽?B | 11110011110001010011111111110011110001010011111101000010 | f3c53ff3c53f42 |
UTF-8 | 鹽쫚鹽쫚B | 11101001101110011011110111101100101010111001101011101001101110011011110111101100101010111001101001000010 | e9b9bdecab9ae9b9bdecab9a42 |
UHC | 鹽쫚鹽쫚B | 111001111010010010100110011011101110011110100100101001100110111001000010 | e7a4a66ee7a4a66e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)