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 | 蔕器蒐脩 | 1110010011110110100010101110110110001111010011101110001111111001 | e4f68aed8f4ee3f9 |
EUC-JP | 蔕器蒐脩 | 1110100011111000101101001110111110111101101011111110011011111011 | e8f8b4efbdafe6fb |
UTF-8 | 蔕器蒐脩 | 111010001001010010010101111001011001100110101000111010001001001010010000111010001000010010101001 | e89495e599a8e89290e884a9 |
UHC | ?器蒐脩 | 00111111110100001110111111100010101111011110001010111011 | 3fd0efe2bde2bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)