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 | ??c^ | 00111111001111110110001101011110 | 3f3f635e |
SJIS-WIN | 瑤識c^ | 111010101010001010001110101011110110001101011110 | eaa28eaf635e |
EUC-JP | 瑤識c^ | 111101001010010010111100101100010110001101011110 | f4a4bcb1635e |
UTF-8 | 瑤識c^ | 1110011110010001101001001110100010101101100110000110001101011110 | e791a4e8ad98635e |
UHC | 瑤識c^ | 111010001111110111100011110110110110001101011110 | e8fde3db635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)