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 | ツ詣 | 110000101000110001110111 | c28c77 |
EUC-JP | ツ詣 | 10001110110000101011011111011000 | 8ec2b7d8 |
UTF-8 | ツ詣 | 111011111011111010000010111010001010100110100011 | efbe82e8a9a3 |
UHC | ?詣 | 001111111110011111100001 | 3fe7e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)