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 | 濡??癲? | 10010100010001110011111100111111111000011001111100111111 | 94473f3fe19f3f |
| EUC-JP | 濡??癲? | 11000111101010000011111100111111111000101010000100111111 | c7a83f3fe2a13f |
| UTF-8 | 濡롫젵癲멇 | 111001101011111110100001111010111010000110101011111011001010000010110101111001111001100110110010111010111010100110000111 | e6bfa1eba1abeca0b5e799b2eba987 |
| UHC | 濡롫젵癲멇 | 11101011101000011000111011101011101000001010100111101111101001101001000101000001 | eba18eeba0a9efa69141 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)