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 | 嶸??揖ζ? | 111110101011010000111111001111111001011101001011100000111100010000111111 | fab43f3f974b83c43f |
| EUC-JP | 嶸??揖ζ? | 10001111101110111111010000111111001111111100110110101100101001101100011000111111 | 8fbbf43f3fcdaca6c63f |
| UTF-8 | 嶸뗭옚揖ζ뮄 | 1110010110110110101110001110101110010111101011011110110010011000100110101110011010001111100101101100111010110110111010111010111010000100 | e5b6b8eb97adec989ae68f96ceb6ebae84 |
| UHC | 嶸뗭옚揖ζ뮄 | 111001111010111010001011111011001001111010011110111010111110011110100101111001101001001010010011 | e7ae8bec9e9eebe7a5e69293 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)