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 | 錫銑 | 10001110111000001001000101001100 | 8ee0914c |
EUC-JP | 錫銑 | 10111100111000101100000110101101 | bce2c1ad |
UTF-8 | 錫銑 | 111010011000110010101011111010011000101010010001 | e98cabe98a91 |
UHC | 錫銑 | 11100000101110001110000011010101 | e0b8e0d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)