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 | 慇鶩慇鶩^ | 100111001011111011101010010011101001110010111110111010100100111001011110 | 9cbeea4e9cbeea4e5e |
EUC-JP | 慇鶩慇鶩^ | 110110001100000011110011101011111101100011000000111100111010111101011110 | d8c0f3afd8c0f3af5e |
UTF-8 | 慇鶩慇鶩^ | 11100110100001011000011111101001101101101010100111100110100001011000011111101001101101101010100101011110 | e68587e9b6a9e68587e9b6a95e |
UHC | 慇鶩慇鶩^ | 111010111101101111011001110100001110101111011011110110011101000001011110 | ebdbd9d0ebdbd9d05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)