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 | ? | 00111111 | 3f |
SJIS-WIN | 面 | 1001011011001010 | 96ca |
EUC-JP | 面 | 1100110011001100 | cccc |
UTF-8 | 面 | 111010011001110110100010 | e99da2 |
UHC | 面 | 1101100011111100 | d8fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)