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 | çõ¥è¥^ | 11100111111101011010010111101000100101111010010101011110 | e7f5a5e897a55e |
SJIS-WIN | ??¥??¥^ | 001111110011111110000001100011110011111100111111100000011000111101011110 | 3f3f818f3f3f818f5e |
EUC-JP | çõ?è??^ | 10001111101010111010111010001111101010111101100000111111100011111010101110110010001111110011111101011110 | 8fabae8fabd83f8fabb23f3f5e |
UTF-8 | çõ¥è¥^ | 11000011101001111100001110110101110000101010010111000011101010001100001010010111110000101010010101011110 | c3a7c3b5c2a5c3a8c297c2a55e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)