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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 贓良贓粱^ | 111001101101100110010111110001111110011011011001111000101110101101011110 | e6d997c7e6d9e2eb5e |
EUC-JP | 贓良贓粱^ | 111011001101101111001110110010011110110011011011111001001110110101011110 | ecdbcec9ecdbe4ed5e |
UTF-8 | 贓良贓粱^ | 11101000101101001001001111101000100010011010111111101000101101001001001111100111101100101011000101011110 | e8b493e889afe8b493e7b2b15e |
UHC | 贓良贓粱^ | 111011011111110011010101110111101110110111111100110101011101110001011110 | edfcd5deedfcd5dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)