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 | 鹽쎕鹽쎕^ | 11101001101110011011110111101100100011101001010111101001101110011011110111101100100011101001010101011110 | e9b9bdec8e95e9b9bdec8e955e |
UHC | 鹽쎕鹽쎕^ | 111001111010010010011011101111001110011110100100100110111011110001011110 | e7a49bbce7a49bbc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)