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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 晙晙 | 111110101101011111110110101111011111101011010111 | fad7f6bdfad7 |
EUC-JP | 晙?晙 | 10001111110000101011101000111111100011111100001010111010 | 8fc2ba3f8fc2ba |
UTF-8 | 晙晙 | 111001101001100110011001111011101001001110100100111001101001100110011001 | e69999ee93a4e69999 |
UHC | 晙?晙 | 1111000111011011001111111111000111011011 | f1db3ff1db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)