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^ | 11100111110011110100010011100111110011110100010001011110 | e7cf44e7cf445e |
EUC-JP | 醯D醯D^ | 11101110110100010100010011101110110100010100010001011110 | eed144eed1445e |
UTF-8 | 醯D醯D^ | 111010011000011010101111010001001110100110000110101011110100010001011110 | e986af44e986af445e |
UHC | 醯D醯D^ | 11111011101110000100010011111011101110000100010001011110 | fbb844fbb8445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)