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 | 蔕器衆絨 | 1110010011110110100010101110110110001111010011111110001101001111 | e4f68aed8f4fe34f |
EUC-JP | 蔕器衆絨 | 1110100011111000101101001110111110111101101100001110010110110000 | e8f8b4efbdb0e5b0 |
UTF-8 | 蔕器衆絨 | 111010001001010010010101111001011001100110101000111010001010000110000110111001111011010110101000 | e89495e599a8e8a186e7b5a8 |
UHC | ?器衆絨 | 00111111110100001110111111110001111010111110101111010110 | 3fd0eff1ebebd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)