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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 晙牾晙牾B | 111110101101011111100000101100011111101011010111111000001011000101000010 | fad7e0b1fad7e0b142 |
EUC-JP | 晙牾晙牾B | 1000111111000010101110101110000010110011100011111100001010111010111000001011001101000010 | 8fc2bae0b38fc2bae0b342 |
UTF-8 | 晙牾晙牾B | 11100110100110011001100111100111100010011011111011100110100110011001100111100111100010011011111001000010 | e69999e789bee69999e789be42 |
UHC | 晙?晙?B | 11110001110110110011111111110001110110110011111101000010 | f1db3ff1db3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)