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 | 獵蓁 | 11100000110110001110010011101011 | e0d8e4eb |
EUC-JP | 獵蓁 | 11100000110110101110100011101101 | e0dae8ed |
UTF-8 | 獵蓁 | 111001111000110110110101111010001001001110000001 | e78db5e89381 |
UHC | 獵? | 110101101011010000111111 | d6b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)