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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | シト竺邪F | 10111100110001001000111010110001100011101101011101000110 | bcc48eb18ed746 |
EUC-JP | シト竺邪F | 100011101011110010001110110001001011110010110011101111001101100101000110 | 8ebc8ec4bcb3bcd946 |
UTF-8 | シト竺邪F | 11101111101111011011110011101111101111101000010011100111101010111011101011101001100000101010101001000110 | efbdbcefbe84e7abbae982aa46 |
UHC | ??竺邪F | 00111111001111111111010111100111110111101111011101000110 | 3f3ff5e7def746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)