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 | ???苑? | 001111110011111100111111100010011001000100111111 | 3f3f3f89913f |
| EUC-JP | 倻??苑? | 1000111110110001111101100011111100111111101100011111000100111111 | 8fb1f63f3fb1f13f |
| UTF-8 | 倻귣뜃苑쁎 | 111001011000000010111011111010101011011110100011111010111001110010000011111010001000101110010001111011001000000110001110 | e580bbeab7a3eb9c83e88b91ec818e |
| UHC | 倻귣뜃苑쁎 | 11100101101001101000001011101011100011011000011111101010101111011001100001001111 | e5a682eb8d87eabd984f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)