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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 蠇帷明蠇帷明^ | 11111011101000011001101111100111100101101011111011111011101000011001101111100111100101101011111001011110 | fba19be796befba19be796be5e |
EUC-JP | ?帷明?帷明^ | 0011111111010110111010011100110011000000001111111101011011101001110011001100000001011110 | 3fd6e9ccc03fd6e9ccc05e |
UTF-8 | 蠇帷明蠇帷明^ | 11101000101000001000011111100101101110001011011111100110100110001000111011101000101000001000011111100101101110001011011111100110100110001000111001011110 | e8a087e5b8b7e6988ee8a087e5b8b7e6988e5e |
UHC | ??明??明^ | 001111110011111111011001101001010011111100111111110110011010010101011110 | 3f3fd9a53f3fd9a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)