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 | 拿眠拿雪^ | 100111010101110010010110101100001001110101011100100100001110000101011110 | 9d5c96b09d5c90e15e |
EUC-JP | 拿眠拿雪^ | 110110011011110111001100101100101101100110111101110000001110001101011110 | d9bdccb2d9bdc0e35e |
UTF-8 | 拿眠拿雪^ | 11100110100010111011111111100111100111001010000011100110100010111011111111101001100110111010101001011110 | e68bbfe79ca0e68bbfe99baa5e |
UHC | 拿眠拿雪^ | 110100011101101011011000111110011101000111011010111000001110010001011110 | d1dad8f9d1dae0e45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)