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 | 迥縫迥縫^ | 111001111000101010010110010001001110011110001010100101100100010001011110 | e78a9644e78a96445e |
EUC-JP | 迥縫迥縫^ | 111011011110101011001011101001011110110111101010110010111010010101011110 | edeacba5edeacba55e |
UTF-8 | 迥縫迥縫^ | 11101000101111111010010111100111101110001010101111101000101111111010010111100111101110001010101101011110 | e8bfa5e7b8abe8bfa5e7b8ab5e |
UHC | ?縫?縫^ | 00111111110111001110111000111111110111001110111001011110 | 3fdcee3fdcee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)