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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 邯壽純] | 11100111101101101001101011100110100011111000001101011101 | e7b69ae68f835d |
EUC-JP | 邯壽純] | 11101110101110001101010011101000101111011110001101011101 | eeb8d4e8bde35d |
UTF-8 | 邯壽純] | 11101001100000101010111111100101101000111011110111100111101101001001010001011101 | e982afe5a3bde7b4945d |
UHC | 邯壽純] | 11001010111110111110000111111000111000101110110101011101 | cafbe1f8e2ed5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)