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 | 皃燠 | 11100001101001001110000010011010 | e1a4e09a |
EUC-JP | 皃燠 | 11100010101001101101111111111010 | e2a6dffa |
UTF-8 | 皃燠 | 111001111001101010000011111001111000011110100000 | e79a83e787a0 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)