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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | 鸚??獰??B | 111010100101111100111111001111111110000011010110001111110011111101000010 | ea5f3f3fe0d63f3f42 |
| EUC-JP | 鸚??獰??B | 111100111100000000111111001111111110000011011000001111110011111101000010 | f3c03f3fe0d83f3f42 |
| UTF-8 | 鸚뽯젿獰쎈젿B | 11101001101110001001101011101011101111011010111111101100101000001011111111100111100011011011000011101100100011101000100011101100101000001011111101000010 | e9b89aebbdafeca0bfe78db0ec8e88eca0bf42 |
| UHC | 鸚뽯젿獰쎈젿B | 11100101101001001001011011101011101000001011000111100111101111101011110111101011101000001011000101000010 | e5a496eba0b1e7bebdeba0b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)