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 | ÷¬Ñ? | 11110111101011001101000100111111 | f7acd13f |
SJIS-WIN | ÷¬?蹣 | 10000001100000001000000111001010001111111110011101001001 | 818081ca3fe749 |
EUC-JP | ÷¬Ñ蹣 | 101000011110000010100010110011001000111110101010110100001110110110101010 | a1e0a2cc8faad0edaa |
UTF-8 | ÷¬Ñ蹣 | 110000111011011111000010101011001100001110010001111010001011100110100011 | c3b7c2acc391e8b9a3 |
UHC | ÷??? | 1010000111000000001111110011111100111111 | a1c03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)