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 | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | 獸猩猴}B | 1110000011010111111000001100110111100000110010110111110101000010 | e0d7e0cde0cb7d42 |
EUC-JP | 獸猩猴}B | 1110000011011001111000001100111111100000110011010111110101000010 | e0d9e0cfe0cd7d42 |
UTF-8 | 獸猩猴}B | 1110011110001101101110001110011110001100101010011110011110001100101101000111110101000010 | e78db8e78ca9e78cb47d42 |
UHC | 獸猩?}B | 11100010101011101110000011111010001111110111110101000010 | e2aee0fa3f7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)