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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
| SJIS-WIN | 專瓏儉B | 10011011100100111110000011111010100110010100110001000010 | 9b93e0fa994c42 |
| EUC-JP | 專瓏儉B | 11010101111100111110000011111100110100011010110101000010 | d5f3e0fcd1ad42 |
| UTF-8 | 專瓏儉B | 11100101101100001000100011100111100100111000111111100101100001001000100101000010 | e5b088e7938fe5848942 |
| UHC | 專瓏儉B | 11101110111101101101011011101010110010111111101101000010 | eef6d6eacbfb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)