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 | 婀衽婀衽^ | 100110110101001111100101110100011001101101010011111001011101000101011110 | 9b53e5d19b53e5d15e |
EUC-JP | 婀衽婀衽^ | 110101011011010011101010110100111101010110110100111010101101001101011110 | d5b4ead3d5b4ead35e |
UTF-8 | 婀衽婀衽^ | 11100101101010011000000011101000101000011011110111100101101010011000000011101000101000011011110101011110 | e5a980e8a1bde5a980e8a1bd5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)