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^ | 11100101111101110100010011100101111101110100010001011110 | e5f744e5f7445e |
EUC-JP | 褶D褶D^ | 11101010111110010100010011101010111110010100010001011110 | eaf944eaf9445e |
UTF-8 | 褶D褶D^ | 111010001010010010110110010001001110100010100100101101100100010001011110 | e8a4b644e8a4b6445e |
UHC | 褶D褶D^ | 11100011101010000100010011100011101010000100010001011110 | e3a844e3a8445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)