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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鮗夕鮗夕^ | 111010011011101010010111010110111110100110111010100101110101101101011110 | e9ba975be9ba975b5e |
EUC-JP | 鮗夕鮗夕^ | 111100101011110011001101101111001111001010111100110011011011110001011110 | f2bccdbcf2bccdbc5e |
UTF-8 | 鮗夕鮗夕^ | 11101001101011101001011111100101101001001001010111101001101011101001011111100101101001001001010101011110 | e9ae97e5a495e9ae97e5a4955e |
UHC | ?夕?夕^ | 00111111111000001010101000111111111000001010101001011110 | 3fe0aa3fe0aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)