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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ???魚?? | 00111111001111110011111110001011100110110011111100111111 | 3f3f3f8b9b3f3f |
| EUC-JP | ???魚?? | 00111111001111110011111110110101111110110011111100111111 | 3f3f3fb5fb3f3f |
| UTF-8 | 琉듭뮈魚몃젍 | 111011111010011110001100111010111001001110101101111010111010111010001000111010011010110110011010111010111010101010000011111011001010000010001101 | efa78ceb93adebae88e9ad9aebaa83eca08d |
| UHC | 琉듭뮈魚몃젍 | 111010111010010010110101111011001011100110111111111001011110000010111000111010111010000010001110 | eba4b5ecb9bfe5e0b8eba08e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)