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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 瞿蔕蓍瞿蔕爍 | 111000011101100011100100111101101110010011100111111000011101100011100100111101101110000010100001 | e1d8e4f6e4e7e1d8e4f6e0a1 |
EUC-JP | 瞿蔕蓍瞿蔕爍 | 111000101101101011101000111110001110100011101001111000101101101011101000111110001110000010100011 | e2dae8f8e8e9e2dae8f8e0a3 |
UTF-8 | 瞿蔕蓍瞿蔕爍 | 111001111001111010111111111010001001010010010101111010001001001110001101111001111001111010111111111010001001010010010101111001111000100010001101 | e79ebfe89495e8938de79ebfe89495e7888d |
UHC | 瞿?蓍瞿?? | 110011111011101000111111111000111100100111001111101110100011111100111111 | cfba3fe3c9cfba3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)