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 | ??kF | 00111111001111110110101101000110 | 3f3f6b46 |
SJIS-WIN | 煮実kF | 100011101100111110001110110000000110101101000110 | 8ecf8ec06b46 |
EUC-JP | 煮実kF | 101111001101000110111100110000100110101101000110 | bcd1bcc26b46 |
UTF-8 | 煮実kF | 1110011110000101101011101110010110101110100111110110101101000110 | e785aee5ae9f6b46 |
UHC | 煮?kF | 1110110110110100001111110110101101000110 | edb43f6b46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)