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 | 11100101010010110011111111100101010010110011111101000010 | e54b3fe54b3f42 |
EUC-JP | 薔?薔?B | 11101001101011000011111111101001101011000011111101000010 | e9ac3fe9ac3f42 |
UTF-8 | 薔렡薔렡B | 11101000100101101001010011101011101000001010000111101000100101101001010011101011101000001010000101000010 | e89694eba0a1e89694eba0a142 |
UHC | 薔렡薔렡B | 111011011111100110001110101100101110110111111001100011101011001001000010 | edf98eb2edf98eb242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)