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 | 寃?寃?^ | 10011011100000110011111110011011100000110011111101011110 | 9b833f9b833f5e |
EUC-JP | 寃?寃?^ | 11010101111000110011111111010101111000110011111101011110 | d5e33fd5e33f5e |
UTF-8 | 寃쭰寃쭰^ | 11100101101011111000001111101100101011011011000011100101101011111000001111101100101011011011000001011110 | e5af83ecadb0e5af83ecadb05e |
UHC | 寃쭰寃쭰^ | 111010101011001010101000010001001110101010110010101010000100010001011110 | eab2a844eab2a8445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)