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 | ツ紅 | 110000101000110101100111 | c28d67 |
EUC-JP | ツ紅 | 10001110110000101011100111001000 | 8ec2b9c8 |
UTF-8 | ツ紅 | 111011111011111010000010111001111011010010000101 | efbe82e7b485 |
UHC | ?紅 | 001111111111101111110101 | 3ffbf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)