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 | 車鞦 | 10001110110101001110100011100001 | 8ed4e8e1 |
EUC-JP | 車鞦 | 10111100110101101111000011100011 | bcd6f0e3 |
UTF-8 | 車鞦 | 111010001011101110001010111010011001111010100110 | e8bb8ae99ea6 |
UHC | 車? | 111100111011001100111111 | f3b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)