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 | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
| SJIS-WIN | 紆?粧?Y | 11100010111111000011111110001111110011110011111101011001 | e2fc3f8fcf3f59 |
| EUC-JP | 紆?粧?Y | 11100100111111100011111110111110110100010011111101011001 | e4fe3fbed13f59 |
| UTF-8 | 紆렡粧렰Y | 11100111101101001000011011101011101000001010000111100111101100101010011111101011101000001011000001011001 | e7b486eba0a1e7b2a7eba0b059 |
| UHC | 紆렡粧렰Y | 111010011110000110001110101100101110110111110010100011101011110101011001 | e9e18eb2edf28ebd59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)