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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 倭↑??? | 10011000011000001000000110101010001111110011111100111111 | 986081aa3f3f3f |
| EUC-JP | 倭↑?縕? | 110011111100000110100010101011000011111110001111110101001100001000111111 | cfc1a2ac3f8fd4c23f |
| UTF-8 | 倭↑눆縕잹 | 111001011000000010101101111000101000011010010001111010111000100010000110111001111011100010010101111011001001111010111001 | e580ade28691eb8886e7b895ec9eb9 |
| UHC | 倭↑눆縕잹 | 11101000110111101010000111101000100001111010010111101000101100101010000001000010 | e8dea1e887a5e8b2a042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)