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 | 照瓔 | 10001111110001101110000011111011 | 8fc6e0fb |
EUC-JP | 照瓔 | 10111110110010001110000011111101 | bec8e0fd |
UTF-8 | 照瓔 | 111001111000010110100111111001111001001110010100 | e785a7e79394 |
UHC | 照瓔 | 11110000110011101110011111000010 | f0cee7c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)