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^ | 10010111010000110100010010010111010000110100010001011110 | 9743449743445e |
EUC-JP | 佑D佑D^ | 11001101101001000100010011001101101001000100010001011110 | cda444cda4445e |
UTF-8 | 佑D佑D^ | 111001001011110110010001010001001110010010111101100100010100010001011110 | e4bd9144e4bd91445e |
UHC | 佑D佑D^ | 11101001110011100100010011101001110011100100010001011110 | e9ce44e9ce445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)