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 | ?蜃 | 001111111110010110000111 | 3fe587 |
EUC-JP | ?蜃 | 001111111110100111100111 | 3fe9e7 |
UTF-8 | 琡蜃 | 111001111001000010100001111010001001110010000011 | e790a1e89c83 |
UHC | 琡蜃 | 11100010110110101110001111110001 | e2dae3f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)