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 | ÷¬ÓüC | 111101111010110011010011101011011111110001000011 | f7acd3adfc43 |
SJIS-WIN | ÷¬???C | 1000000110000000100000011100101000111111001111110011111101000011 | 818081ca3f3f3f43 |
EUC-JP | ÷¬Ó?üC | 101000011110000010100010110011001000111110101010110100010011111110001111101010111110010001000011 | a1e0a2cc8faad13f8fabe443 |
UTF-8 | ÷¬ÓüC | 1100001110110111110000101010110011000011100100111100001010101101110000111011110001000011 | c3b7c2acc393c2adc3bc43 |
UHC | ÷???C | 1010000111000000001111110011111110100001101010010011111101000011 | a1c03f3fa1a93f43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)