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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 煮車 | 10001110110011111000111011010100 | 8ecf8ed4 |
EUC-JP | 煮車 | 10111100110100011011110011010110 | bcd1bcd6 |
UTF-8 | 煮車 | 111001111000010110101110111010001011101110001010 | e785aee8bb8a |
UHC | 煮車 | 11101101101101001111001110110011 | edb4f3b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)