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 | èå¬B | 11101000100110111001100111100101100110101010110001000010 | e89b99e59aac42 |
SJIS-WIN | ?????¬B | 0011111100111111001111110011111100111111100000011100101001000010 | 3f3f3f3f3f81ca42 |
EUC-JP | è??å?¬B | 100011111010101110110010001111110011111110001111101010111010100100111111101000101100110001000010 | 8fabb23f3f8faba93fa2cc42 |
UTF-8 | èå¬B | 11000011101010001100001010011011110000101001100111000011101001011100001010011010110000101010110001000010 | c3a8c29bc299c3a5c29ac2ac42 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)