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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??ダ?臣 | 00111111001111111000001101011111001111111001000001100010 | 3f3f835f3f9062 |
EUC-JP | ??ダ?臣 | 00111111001111111010010111000000001111111011111111000011 | 3f3fa5c03fbfc3 |
UTF-8 | 룶핊ダ룵臣 | 111010111010001110110110111011011001010110001010111000111000001110000000111010111010001110110101111010001000011110100011 | eba3b6ed958ae38380eba3b5e887a3 |
UHC | 룶핊ダ룵臣 | 10001111101010111100000010001111101010111100000010001111101010101110001111101101 | 8fabc08fabc08faae3ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)