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 | 晙晙牾 | 1111101011010111111101101011110111111010110101111110000010110001 | fad7f6bdfad7e0b1 |
EUC-JP | 晙?晙牾 | 100011111100001010111010001111111000111111000010101110101110000010110011 | 8fc2ba3f8fc2bae0b3 |
UTF-8 | 晙晙牾 | 111001101001100110011001111011101001001110100100111001101001100110011001111001111000100110111110 | e69999ee93a4e69999e789be |
UHC | 晙?晙? | 111100011101101100111111111100011101101100111111 | f1db3ff1db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)