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 | 111101111010110011110101101111011111110001000011 | f7acf5bdfc43 |
SJIS-WIN | ÷¬???C | 1000000110000000100000011100101000111111001111110011111101000011 | 818081ca3f3f3f43 |
EUC-JP | ÷¬õ?üC | 101000011110000010100010110011001000111110101011110110000011111110001111101010111110010001000011 | a1e0a2cc8fabd83f8fabe443 |
UTF-8 | ÷¬õ½üC | 1100001110110111110000101010110011000011101101011100001010111101110000111011110001000011 | c3b7c2acc3b5c2bdc3bc43 |
UHC | ÷??½?C | 1010000111000000001111110011111110101000111101100011111101000011 | a1c03f3fa8f63f43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)