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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 隲縫隲縫^ | 111010001010101110010110010001001110100010101011100101100100010001011110 | e8ab9644e8ab96445e |
EUC-JP | 隲縫隲縫^ | 111100001010110111001011101001011111000010101101110010111010010101011110 | f0adcba5f0adcba55e |
UTF-8 | 隲縫隲縫^ | 11101001100110101011001011100111101110001010101111101001100110101011001011100111101110001010101101011110 | e99ab2e7b8abe99ab2e7b8ab5e |
UHC | ?縫?縫^ | 00111111110111001110111000111111110111001110111001011110 | 3fdcee3fdcee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)