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 | 10010010111110001000110110100000001111110011111101011001 | 92f88da03f3f59 |
| EUC-JP | 艇頃??Y | 11000100111110101011101010100010001111110011111101011001 | c4fabaa23f3f59 |
| UTF-8 | 艇頃렰렔Y | 11101000100010011000011111101001101000001000001111101011101000001011000011101011101000001001010001011001 | e88987e9a083eba0b0eba09459 |
| UHC | 艇頃렰렔Y | 111011111111001111001100111100011000111010111101100011101010100101011001 | eff3ccf18ebd8ea959 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)