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 | ??BF | 00111111001111110100001001000110 | 3f3f4246 |
SJIS-WIN | 煮実BF | 100011101100111110001110110000000100001001000110 | 8ecf8ec04246 |
EUC-JP | 煮実BF | 101111001101000110111100110000100100001001000110 | bcd1bcc24246 |
UTF-8 | 煮実BF | 1110011110000101101011101110010110101110100111110100001001000110 | e785aee5ae9f4246 |
UHC | 煮?BF | 1110110110110100001111110100001001000110 | edb43f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)