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 | ?ch | 001111110110001101101000 | 3f6368 |
SJIS-WIN | 但ch | 10010010010000010110001101101000 | 92416368 |
EUC-JP | 但ch | 11000011101000100110001101101000 | c3a26368 |
UTF-8 | 但ch | 1110010010111101100001100110001101101000 | e4bd866368 |
UHC | 但ch | 11010011101000110110001101101000 | d3a36368 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)