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 | 車車 | 10001110110101001000111011010100 | 8ed48ed4 |
EUC-JP | 車車 | 10111100110101101011110011010110 | bcd6bcd6 |
UTF-8 | 車車 | 111010001011101110001010111010001011101110001010 | e8bb8ae8bb8a |
UHC | 車車 | 11110011101100111111001110110011 | f3b3f3b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)