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 | ?D?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-WIN | 淅D淅D^ | 10011111110001100100010010011111110001100100010001011110 | 9fc6449fc6445e |
EUC-JP | 淅D淅D^ | 11011110110010000100010011011110110010000100010001011110 | dec844dec8445e |
UTF-8 | 淅D淅D^ | 111001101011011110000101010001001110011010110111100001010100010001011110 | e6b78544e6b785445e |
UHC | 淅D淅D^ | 11100000101100100100010011100000101100100100010001011110 | e0b244e0b2445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)