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 | 匙?匙?^ | 10001101111110100011111110001101111110100011111101011110 | 8dfa3f8dfa3f5e |
EUC-JP | 匙?匙?^ | 10111010111111000011111110111010111111000011111101011110 | bafc3fbafc3f5e |
UTF-8 | 匙뎥匙뎥^ | 11100101100011001001100111101011100011101010010111100101100011001001100111101011100011101010010101011110 | e58c99eb8ea5e58c99eb8ea55e |
UHC | 匙뎥匙뎥^ | 111000111011010110001001011101001110001110110101100010010111010001011110 | e3b58974e3b589745e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)