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 | ?純?◇? | 00111111100011111000001100111111100000011001111000111111 | 3f8f833f819e3f |
| EUC-JP | ?純?◇? | 00111111101111011110001100111111101000011111111000111111 | 3fbde33fa1fe3f |
| UTF-8 | 룶純⒟◇룴 | 111010111010001110110110111001111011010010010100111000101001001010011111111000101001011110000111111010111010001110110100 | eba3b6e7b494e2929fe29787eba3b4 |
| UHC | 룶純⒟◇룴 | 10001111101010111110001011101101101010011101000010100001110111101000111110101001 | 8fabe2eda9d0a1de8fa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)