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 | 調葛 | 10010010101100101000101010001011 | 92b28a8b |
EUC-JP | 調葛 | 11000100101101001011001111101011 | c4b4b3eb |
UTF-8 | 調葛 | 111010001010101010111111111010001001000110011011 | e8aabfe8919b |
UHC | 調葛 | 11110000111000001100101011100111 | f0e0cae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)