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 | 源?怨峰? | 1000110010111001001111111000100110000101100101011111010000111111 | 8cb93f898595f43f |
| EUC-JP | 源?怨峰? | 1011100010111011001111111011000111100101110010101111011000111111 | b8bb3fb1e5caf63f |
| UTF-8 | 源렰怨峰썬 | 111001101011101010010000111010111010000010110000111001101000000010101000111001011011001110110000111011001000110110101100 | e6ba90eba0b0e680a8e5b3b0ec8dac |
| UHC | 源렰怨峰썬 | 11101010101110011000111010111101111010101011001111011100111010001011110111100011 | eab98ebdeab3dce8bde3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)