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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 毅?毅?^ | 10001011010000100011111110001011010000100011111101011110 | 8b423f8b423f5e |
EUC-JP | 毅?毅?^ | 10110101101000110011111110110101101000110011111101011110 | b5a33fb5a33f5e |
UTF-8 | 毅렟毅렟^ | 11100110101011111000010111101011101000001001111111100110101011111000010111101011101000001001111101011110 | e6af85eba09fe6af85eba09f5e |
UHC | 毅렟毅렟^ | 111010111111011010001110101100001110101111110110100011101011000001011110 | ebf68eb0ebf68eb05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)