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 | ツ蒐 | 110000101000111101001110 | c28f4e |
EUC-JP | ツ蒐 | 10001110110000101011110110101111 | 8ec2bdaf |
UTF-8 | ツ蒐 | 111011111011111010000010111010001001001010010000 | efbe82e89290 |
UHC | ?蒐 | 001111111110001010111101 | 3fe2bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)