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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 貂ァ髮ォB | 11100110101110001010011111101001100110111010101101000010 | e6b8a7e99bab42 |
EUC-JP | 貂ァ髮ォB | 111011001011101010001110101001111111000111111011100011101010101101000010 | ecba8ea7f1fb8eab42 |
UTF-8 | 貂ァ髮ォB | 11101000101100101000001011101111101111011010011111101001101010111010111011101111101111011010101101000010 | e8b282efbda7e9abaeefbdab42 |
UHC | 貂?髮?B | 11110101101100000011111111011011101001010011111101000010 | f5b03fdba53f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)