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 | 拿眠拿宋^ | 100111010101110010010110101100001001110101011100100100010111011001011110 | 9d5c96b09d5c91765e |
EUC-JP | 拿眠拿宋^ | 110110011011110111001100101100101101100110111101110000011101011101011110 | d9bdccb2d9bdc1d75e |
UTF-8 | 拿眠拿宋^ | 11100110100010111011111111100111100111001010000011100110100010111011111111100101101011101000101101011110 | e68bbfe79ca0e68bbfe5ae8b5e |
UHC | 拿眠拿宋^ | 110100011101101011011000111110011101000111011010111000011110010001011110 | d1dad8f9d1dae1e45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)