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 | 谿曙Б] | 11100110101011101000111110001100100001000100000101011101 | e6ae8f8c84415d |
EUC-JP | 谿曙Б] | 11101100101100001011110111101100101001111010001001011101 | ecb0bdeca7a25d |
UTF-8 | 谿曙Б] | 111010001011000010111111111001101001101110011001110100001001000101011101 | e8b0bfe69b99d0915d |
UHC | 谿曙Б] | 11001101101011001101111111110101101011001010001001011101 | cdacdff5aca25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)