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 | ツ銑 | 110000101001000101001100 | c2914c |
EUC-JP | ツ銑 | 10001110110000101100000110101101 | 8ec2c1ad |
UTF-8 | ツ銑 | 111011111011111010000010111010011000101010010001 | efbe82e98a91 |
UHC | ?銑 | 001111111110000011010101 | 3fe0d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)