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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 羮域械 | 111000111011110010001000111001101000101001000010 | e3bc88e68a42 |
EUC-JP | 羮域械 | 111001101011111010110000111010001011001110100011 | e6beb0e8b3a3 |
UTF-8 | 羮域械 | 111001111011111010101110111001011001111110011111111001101010001010110000 | e7beaee59f9fe6a2b0 |
UHC | ?域械 | 0011111111100110101101001100110011111110 | 3fe6b4ccfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)