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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 晙晙 | 1111101011010111111101101011110111111010110101111111011010111101 | fad7f6bdfad7f6bd |
EUC-JP | 晙?晙? | 1000111111000010101110100011111110001111110000101011101000111111 | 8fc2ba3f8fc2ba3f |
UTF-8 | 晙晙 | 111001101001100110011001111011101001001110100100111001101001100110011001111011101001001110100100 | e69999ee93a4e69999ee93a4 |
UHC | 晙?晙? | 111100011101101100111111111100011101101100111111 | f1db3ff1db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)