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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 羇矩晦蠑 | 1110001110110010100010111110100110001010010000011110010110111100 | e3b28be98a41e5bc |
EUC-JP | 羇矩晦蠑 | 1110011010110100101101101110101110110011101000101110101010111110 | e6b4b6ebb3a2eabe |
UTF-8 | 羇矩晦蠑 | 111001111011111010000111111001111001111110101001111001101001100110100110111010001010000010010001 | e7be87e79fa9e699a6e8a091 |
UHC | ?矩晦? | 001111111100111110111011111111001110010000111111 | 3fcfbbfce43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)