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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 瞿蔕蓍 | 111000011101100011100100111101101110010011100111 | e1d8e4f6e4e7 |
EUC-JP | 瞿蔕蓍 | 111000101101101011101000111110001110100011101001 | e2dae8f8e8e9 |
UTF-8 | 瞿蔕蓍 | 111001111001111010111111111010001001010010010101111010001001001110001101 | e79ebfe89495e8938d |
UHC | 瞿?蓍 | 1100111110111010001111111110001111001001 | cfba3fe3c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)