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 | ??h??} | 001111110011111101101000001111110011111101111101 | 3f3f683f3f7d |
SJIS-WIN | 嶸ウh嶸ウ} | 1111101010110100101100110110100011111010101101001011001101111101 | fab4b368fab4b37d |
EUC-JP | 嶸ウh嶸ウ} | 100011111011101111110100100011101011001101101000100011111011101111110100100011101011001101111101 | 8fbbf48eb3688fbbf48eb37d |
UTF-8 | 嶸ウh嶸ウ} | 1110010110110110101110001110111110111101101100110110100011100101101101101011100011101111101111011011001101111101 | e5b6b8efbdb368e5b6b8efbdb37d |
UHC | 嶸?h嶸?} | 1110011110101110001111110110100011100111101011100011111101111101 | e7ae3f68e7ae3f7d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)