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 | ??D^ | 00111111001111110100010001011110 | 3f3f445e |
SJIS-WIN | 煮実D^ | 100011101100111110001110110000000100010001011110 | 8ecf8ec0445e |
EUC-JP | 煮実D^ | 101111001101000110111100110000100100010001011110 | bcd1bcc2445e |
UTF-8 | 煮実D^ | 1110011110000101101011101110010110101110100111110100010001011110 | e785aee5ae9f445e |
UHC | 煮?D^ | 1110110110110100001111110100010001011110 | edb43f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)