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 | 10001110100010010011111111100101010010110011111101000010 | 8e893fe54b3f42 |
EUC-JP | 脂?薔?B | 10111011111010010011111111101001101011000011111101000010 | bbe93fe9ac3f42 |
UTF-8 | 脂렊薔렯B | 11101000100001001000001011101011101000001000101011101000100101101001010011101011101000001010111101000010 | e88482eba08ae89694eba0af42 |
UHC | 脂렊薔렯B | 111100101011011110001110101000011110110111111001100011101011110001000010 | f2b78ea1edf98ebc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)