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 | 精?肢?^ | 10010000101110000011111110001110100010000011111101011110 | 90b83f8e883f5e |
EUC-JP | 精?肢?^ | 11000000101110100011111110111011111010000011111101011110 | c0ba3fbbe83f5e |
UTF-8 | 精렫肢렲^ | 11100111101100101011111011101011101000001010101111101000100000101010001011101011101000001011001001011110 | e7b2beeba0abe882a2eba0b25e |
UHC | 精렫肢렲^ | 111011111111000110001110101110011111001010110110100011101011111101011110 | eff18eb9f2b68ebf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)