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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 瞿蔕蓍瞿蔕 | 11100001110110001110010011110110111001001110011111100001110110001110010011110110 | e1d8e4f6e4e7e1d8e4f6 |
EUC-JP | 瞿蔕蓍瞿蔕 | 11100010110110101110100011111000111010001110100111100010110110101110100011111000 | e2dae8f8e8e9e2dae8f8 |
UTF-8 | 瞿蔕蓍瞿蔕 | 111001111001111010111111111010001001010010010101111010001001001110001101111001111001111010111111111010001001010010010101 | e79ebfe89495e8938de79ebfe89495 |
UHC | 瞿?蓍瞿? | 1100111110111010001111111110001111001001110011111011101000111111 | cfba3fe3c9cfba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)