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 | 車讓 | 10001110110101001110011010101000 | 8ed4e6a8 |
EUC-JP | 車讓 | 10111100110101101110110010101010 | bcd6ecaa |
UTF-8 | 車讓 | 111010001011101110001010111010001010111010010011 | e8bb8ae8ae93 |
UHC | 車讓 | 11110011101100111110010111010011 | f3b3e5d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)