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 | 葹糲 | 11100100110111111110001011111000 | e4dfe2f8 |
| EUC-JP | 葹糲 | 11101000111000011110010011111010 | e8e1e4fa |
| UTF-8 | 葹糲 | 111010001001000110111001111001111011001110110010 | e891b9e7b3b2 |
| UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)