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 | 車鮨 | 10001110110101001110100110111101 | 8ed4e9bd |
EUC-JP | 車鮨 | 10111100110101101111001010111111 | bcd6f2bf |
UTF-8 | 車鮨 | 111010001011101110001010111010011010111010101000 | e8bb8ae9aea8 |
UHC | 車? | 111100111011001100111111 | f3b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)