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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | シト竺邪E | 10111100110001001000111010110001100011101101011101000101 | bcc48eb18ed745 |
EUC-JP | シト竺邪E | 100011101011110010001110110001001011110010110011101111001101100101000101 | 8ebc8ec4bcb3bcd945 |
UTF-8 | シト竺邪E | 11101111101111011011110011101111101111101000010011100111101010111011101011101001100000101010101001000101 | efbdbcefbe84e7abbae982aa45 |
UHC | ??竺邪E | 00111111001111111111010111100111110111101111011101000101 | 3f3ff5e7def745 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)