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??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 煮実D煮実D^ | 1000111011001111100011101100000001000100100011101100111110001110110000000100010001011110 | 8ecf8ec0448ecf8ec0445e |
EUC-JP | 煮実D煮実D^ | 1011110011010001101111001100001001000100101111001101000110111100110000100100010001011110 | bcd1bcc244bcd1bcc2445e |
UTF-8 | 煮実D煮実D^ | 111001111000010110101110111001011010111010011111010001001110011110000101101011101110010110101110100111110100010001011110 | e785aee5ae9f44e785aee5ae9f445e |
UHC | 煮?D煮?D^ | 111011011011010000111111010001001110110110110100001111110100010001011110 | edb43f44edb43f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)