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 | 靼遜靼遜^ | 111010001101100010010001101110111110100011011000100100011011101101011110 | e8d891bbe8d891bb5e |
EUC-JP | 靼遜靼遜^ | 111100001101101011000010101111011111000011011010110000101011110101011110 | f0dac2bdf0dac2bd5e |
UTF-8 | 靼遜靼遜^ | 11101001100111011011110011101001100000011001110011101001100111011011110011101001100000011001110001011110 | e99dbce9819ce99dbce9819c5e |
UHC | ?遜?遜^ | 00111111111000011110000100111111111000011110000101011110 | 3fe1e13fe1e15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)