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 | ????V | 0011111100111111001111110011111101010110 | 3f3f3f3f56 |
SJIS-WIN | 嶸殷嶸ゥV | 1111101010110100100111110111010111111010101101001010100101010110 | fab49f75fab4a956 |
EUC-JP | 嶸殷嶸ゥV | 1000111110111011111101001101110111010110100011111011101111110100100011101010100101010110 | 8fbbf4ddd68fbbf48ea956 |
UTF-8 | 嶸殷嶸ゥV | 11100101101101101011100011100110101011101011011111100101101101101011100011101111101111011010100101010110 | e5b6b8e6aeb7e5b6b8efbda956 |
UHC | 嶸殷嶸?V | 1110011110101110111010111101110011100111101011100011111101010110 | e7aeebdce7ae3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)