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 | 膠澪 | 11100100010100001110000001011001 | e450e059 |
| EUC-JP | 膠澪 | 11100111101100011101111110111010 | e7b1dfba |
| UTF-8 | 膠澪 | 111010001000011010100000111001101011111010101010 | e886a0e6beaa |
| UHC | 膠? | 110011101110111100111111 | ceef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)