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 | 皀 | 11100001101000111111100111101010 | e1a3f9ea |
EUC-JP | 皀? | 111000101010010100111111 | e2a53f |
UTF-8 | 皀 | 111001111001101010000000111011101001110110000101 | e79a80ee9d85 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)