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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | 浴粟????B | 100101111000000110001000101111100011111100111111001111110011111101000010 | 978188be3f3f3f3f42 |
| EUC-JP | 浴粟????B | 110011011110000110110000110000000011111100111111001111110011111101000010 | cde1b0c03f3f3f3f42 |
| UTF-8 | 浴粟잜잜잂年B | 11100110101101011011010011100111101100101001111111101100100111101001110011101100100111101001110011101100100111101000001011101111101001101000111001000010 | e6b5b4e7b29fec9e9cec9e9cec9e82efa68e42 |
| UHC | 浴粟잜잜잂年B | 11101001101100011110000111011000100111111110110110011111111011011001111111100010111001101100010001000010 | e9b1e1d89fed9fed9fe2e6c442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)