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 | ?嫐 | 001111111001101101101011 | 3f9b6b |
EUC-JP | 勷嫐 | 1000111110110011111110101101010111001100 | 8fb3fad5cc |
UTF-8 | 勷嫐 | 111001011000101110110111111001011010101110010000 | e58bb7e5ab90 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)