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 | 雍凡雍本^ | 111010001011010010010110011111011110100010110100100101100111101101011110 | e8b4967de8b4967b5e |
EUC-JP | 雍凡雍本^ | 111100001011011011001011110111101111000010110110110010111101110001011110 | f0b6cbdef0b6cbdc5e |
UTF-8 | 雍凡雍本^ | 11101001100110111000110111100101100001111010000111101001100110111000110111100110100111001010110001011110 | e99b8de587a1e99b8de69cac5e |
UHC | 雍凡雍本^ | 111010001011110011011011111011011110100010111100110111001110001001011110 | e8bcdbede8bcdce25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)