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 | ??Æ??Æ^ | 00111111001111111100011000111111001111111100011001011110 | 3f3fc63f3fc65e |
SJIS-WIN | 耶??耶??^ | 100101101110101100111111001111111001011011101011001111110011111101011110 | 96eb3f3f96eb3f3f5e |
EUC-JP | 耶?Æ耶?Æ^ | 11001100111011010011111110001111101010011010000111001100111011010011111110001111101010011010000101011110 | cced3f8fa9a1cced3f8fa9a15e |
UTF-8 | 耶⒵Æ耶⒵Æ^ | 1110100010000000101101101110001010010010101101011100001110000110111010001000000010110110111000101001001010110101110000111000011001011110 | e880b6e292b5c386e880b6e292b5c3865e |
UHC | 耶⒵Æ耶⒵Æ^ | 11100101101011011010100111100110101010001010000111100101101011011010100111100110101010001010000101011110 | e5ada9e6a8a1e5ada9e6a8a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)