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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蟯ゥ謗 | 1110010110110010101010011110011010001110 | e5b2a9e68e |
EUC-JP | 蟯ゥ謗 | 111010101011010010001110101010011110101111101110 | eab48ea9ebee |
UTF-8 | 蟯ゥ謗 | 111010001001111110101111111011111011110110101001111010001010110010010111 | e89fafefbda9e8ac97 |
UHC | 蟯?謗 | 1110100110101000001111111101101110111111 | e9a83fdbbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)