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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 韜溶}韜溶{^ | 1110100011101001100101110110111001111101111010001110100110010111011011100111101101011110 | e8e9976e7de8e9976e7b5e |
EUC-JP | 韜溶}韜溶{^ | 1111000011101011110011011100111101111101111100001110101111001101110011110111101101011110 | f0ebcdcf7df0ebcdcf7b5e |
UTF-8 | 韜溶}韜溶{^ | 111010011001111110011100111001101011101010110110011111011110100110011111100111001110011010111010101101100111101101011110 | e99f9ce6bab67de99f9ce6bab67b5e |
UHC | 韜溶}韜溶{^ | 1101010010110111111010011100000101111101110101001011011111101001110000010111101101011110 | d4b7e9c17dd4b7e9c17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)