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 | 珀醯 | 11100000110111111110011111001111 | e0dfe7cf |
EUC-JP | 珀醯 | 11100000111000011110111011010001 | e0e1eed1 |
UTF-8 | 珀醯 | 111001111000111110000000111010011000011010101111 | e78f80e986af |
UHC | 珀醯 | 11011010110101101111101110111000 | dad6fbb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)