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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?摯}?摯{^ | 001111111001110110010101011111010011111110011101100101010111101101011110 | 3f9d957d3f9d957b5e |
EUC-JP | 瀷摯}瀷摯{^ | 10001111110010011011010011011001111101010111110110001111110010011011010011011001111101010111101101011110 | 8fc9b4d9f57d8fc9b4d9f57b5e |
UTF-8 | 瀷摯}瀷摯{^ | 111001111000000010110111111001101001000110101111011111011110011110000000101101111110011010010001101011110111101101011110 | e780b7e691af7de780b7e691af7b5e |
UHC | 瀷摯}瀷摯{^ | 1110110011001011111100101010011101111101111011001100101111110010101001110111101101011110 | eccbf2a77deccbf2a77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)