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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 收??漱 | 100111011011111000111111001111111001111111111001 | 9dbe3f3f9ff9 |
| EUC-JP | 收??漱 | 110110101100000000111111001111111101111011111011 | dac03f3fdefb |
| UTF-8 | 收롰뢔漱 | 111001101001010010110110111010111010000110110000111010111010001010010100111001101011110010110001 | e694b6eba1b0eba294e6bcb1 |
| UHC | 收롰뢔漱 | 1110001010100101100011101110110110001111010011111110001010101011 | e2a58eed8f4fe2ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)