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 | 粳預 | 11100010111010011001011101100001 | e2e99761 |
EUC-JP | 粳預 | 11100100111010111100110111000010 | e4ebcdc2 |
UTF-8 | 粳預 | 111001111011001010110011111010011010000010010000 | e7b2b3e9a090 |
UHC | 粳預 | 11001011110101111110011111101000 | cbd7e7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)