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 | 晏? | 100111011110010100111111 | 9de53f |
EUC-JP | 晏瘦 | 1101101011100111100011111100110111110111 | dae78fcdf7 |
UTF-8 | 晏瘦 | 111001101001100110001111111001111001100010100110 | e6998fe798a6 |
UHC | 晏瘦 | 11100100110011111110001010110001 | e4cfe2b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)