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 | 迪夕迪夕^ | 111001111000110010010111010110111110011110001100100101110101101101011110 | e78c975be78c975b5e |
EUC-JP | 迪夕迪夕^ | 111011011110110011001101101111001110110111101100110011011011110001011110 | edeccdbcedeccdbc5e |
UTF-8 | 迪夕迪夕^ | 11101000101111111010101011100101101001001001010111101000101111111010101011100101101001001001010101011110 | e8bfaae5a495e8bfaae5a4955e |
UHC | 迪夕迪夕^ | 111011101110100011100000101010101110111011101000111000001010101001011110 | eee8e0aaeee8e0aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)