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 | ?γ??? | 001111111000001111000001001111110011111100111111 | 3f83c13f3f3f |
| EUC-JP | ?γ??? | 001111111010011011000011001111110011111100111111 | 3fa6c33f3f3f |
| UTF-8 | 若γ룗杻멊 | 1110111110100101101101001100111010110011111010111010001110010111111011111010011110001000111010111010100110001010 | efa5b4ceb3eba397efa788eba98a |
| UHC | 若γ룗杻멊 | 11100101101011101010010111100011100011111001001111101010111101001001000101000010 | e5aea5e38f93eaf49142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)