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^ | 11100001101000010100010011100001101000010100010001011110 | e1a144e1a1445e |
EUC-JP | 癸D癸D^ | 11100010101000110100010011100010101000110100010001011110 | e2a344e2a3445e |
UTF-8 | 癸D癸D^ | 111001111001100110111000010001001110011110011001101110000100010001011110 | e799b844e799b8445e |
UHC | 癸D癸D^ | 11001101101001000100010011001101101001000100010001011110 | cda444cda4445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)