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 | ?C}?C{^ | 00111111010000110111110100111111010000110111101101011110 | 3f437d3f437b5e |
SJIS-WIN | 但C}但C{^ | 100100100100000101000011011111011001001001000001010000110111101101011110 | 9241437d9241437b5e |
EUC-JP | 但C}但C{^ | 110000111010001001000011011111011100001110100010010000110111101101011110 | c3a2437dc3a2437b5e |
UTF-8 | 但C}但C{^ | 1110010010111101100001100100001101111101111001001011110110000110010000110111101101011110 | e4bd86437de4bd86437b5e |
UHC | 但C}但C{^ | 110100111010001101000011011111011101001110100011010000110111101101011110 | d3a3437dd3a3437b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)