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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ツ湘嘉督シ | 1100001010001111110000111000100111000011100100111100001010111100 | c28fc389c393c2bc |
EUC-JP | ツ湘嘉督シ | 10001110110000101011111011000101101100101100010111000110110001001000111010111100 | 8ec2bec5b2c5c6c48ebc |
UTF-8 | ツ湘嘉督シ | 111011111011111010000010111001101011100110011000111001011001100010001001111001111001110110100011111011111011110110111100 | efbe82e6b998e59889e79da3efbdbc |
UHC | ?湘嘉督? | 0011111111011111110011111100101010101001110101001011110100111111 | 3fdfcfcaa9d4bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)