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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 猜靄銑^ | 11100000110010001110100011001001100100010100110001011110 | e0c8e8c9914c5e |
EUC-JP | 猜靄銑^ | 11100000110010101111000011001011110000011010110101011110 | e0caf0cbc1ad5e |
UTF-8 | 猜靄銑^ | 11100111100011001001110011101001100111011000010011101001100010101001000101011110 | e78c9ce99d84e98a915e |
UHC | 猜靄銑^ | 11100011110001001110010011110111111000001101010101011110 | e3c4e4f7e0d55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)