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^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 汐紗D汐紗D^ | 1000111010101100100011101101000101000100100011101010110010001110110100010100010001011110 | 8eac8ed1448eac8ed1445e |
EUC-JP | 汐紗D汐紗D^ | 1011110010101110101111001101001101000100101111001010111010111100110100110100010001011110 | bcaebcd344bcaebcd3445e |
UTF-8 | 汐紗D汐紗D^ | 111001101011000110010000111001111011010010010111010001001110011010110001100100001110011110110100100101110100010001011110 | e6b190e7b49744e6b190e7b497445e |
UHC | 汐紗D汐紗D^ | 1110000010110001110111101110100101000100111000001011000111011110111010010100010001011110 | e0b1dee944e0b1dee9445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)