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 | г? | 100001000111001100111111 | 84733f |
EUC-JP | г? | 101001111101010000111111 | a7d43f |
UTF-8 | гͼ | 11010000101100111100110110111100 | d0b3cdbc |
UHC | г? | 101011001101010000111111 | acd43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)