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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 毅?^ | 10001011010000100011111101011110 | 8b423f5e |
EUC-JP | 毅?^ | 10110101101000110011111101011110 | b5a33f5e |
UTF-8 | 毅렟^ | 11100110101011111000010111101011101000001001111101011110 | e6af85eba09f5e |
UHC | 毅렟^ | 1110101111110110100011101011000001011110 | ebf68eb05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)