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 | 鹽?鹽?^ | 11101010011001000011111111101010011001000011111101011110 | ea643fea643f5e |
EUC-JP | 鹽?鹽?^ | 11110011110001010011111111110011110001010011111101011110 | f3c53ff3c53f5e |
UTF-8 | 鹽섵鹽섵^ | 11101001101110011011110111101100100001001011010111101001101110011011110111101100100001001011010101011110 | e9b9bdec84b5e9b9bdec84b55e |
UHC | 鹽섵鹽섵^ | 111001111010010010011001010001001110011110100100100110010100010001011110 | e7a49944e7a499445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)