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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 雍АB | 1110100010110100100001000100000001000010 | e8b4844042 |
EUC-JP | 雍АB | 1111000010110110101001111010000101000010 | f0b6a7a142 |
UTF-8 | 雍АB | 111010011001101110001101110100001001000001000010 | e99b8dd09042 |
UHC | 雍АB | 1110100010111100101011001010000101000010 | e8bcaca142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)