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 | 11100101010010110011111110010010111011100011111101000010 | e54b3f92ee3f42 |
EUC-JP | 薔?悌?B | 11101001101011000011111111000100111100000011111101000010 | e9ac3fc4f03f42 |
UTF-8 | 薔렟悌렚B | 11101000100101101001010011101011101000001001111111100110100000101000110011101011101000001001101001000010 | e89694eba09fe6828ceba09a42 |
UHC | 薔렟悌렚B | 111011011111100110001110101100001111000010101010100011101010110101000010 | edf98eb0f0aa8ead42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)