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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| UTF-8 | 驪낂벤痢똁 | 111011111010011010000111111010111000001010000010111010111011001010100100111011111010011110100101111010111001100010000001 | efa687eb8282ebb2a4efa7a5eb9881 |
| UHC | 驪낂벤痢똁 | 11100110101011111000010111101001101110101010010111101100101110001000110001000010 | e6af85e9baa5ecb88c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)