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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 袒篠 | 11100101110101101000111011000010 | e5d68ec2 |
EUC-JP | 袒篠 | 11101010110110001011110011000100 | ead8bcc4 |
UTF-8 | 袒篠 | 111010001010001010010010111001111010111110100000 | e8a292e7afa0 |
UHC | 袒篠 | 11010011101100101110000111000110 | d3b2e1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)