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 | ??xF | 00111111001111110111100001000110 | 3f3f7846 |
SJIS-WIN | ?豁xF | 0011111111100110101011010111100001000110 | 3fe6ad7846 |
EUC-JP | 嶴豁xF | 10001111101110111111001111101100101011110111100001000110 | 8fbbf3ecaf7846 |
UTF-8 | 嶴豁xF | 1110010110110110101101001110100010110001100000010111100001000110 | e5b6b4e8b1817846 |
UHC | ?豁xF | 0011111111111100110000110111100001000110 | 3ffcc37846 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)