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^ | 0011111101000011001111110100001101011110 | 3f433f435e |
SJIS-WIN | 但C但C^ | 10010010010000010100001110010010010000010100001101011110 | 9241439241435e |
EUC-JP | 但C但C^ | 11000011101000100100001111000011101000100100001101011110 | c3a243c3a2435e |
UTF-8 | 但C但C^ | 111001001011110110000110010000111110010010111101100001100100001101011110 | e4bd8643e4bd86435e |
UHC | 但C但C^ | 11010011101000110100001111010011101000110100001101011110 | d3a343d3a3435e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)