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 | æ®Þ\á | 1110011010101110100100101101111010001100010111001110000110000100 | e6ae92de8c5ce184 |
SJIS-WIN | ?????\?? | 0011111100111111001111110011111100111111010111000011111100111111 | 3f3f3f3f3f5c3f3f |
EUC-JP | æ®?Þ?\á? | 10001111101010011100000110001111101000101110111000111111100011111010100110110000001111110101110010001111101010111010000100111111 | 8fa9c18fa2ee3f8fa9b03f5c8faba13f |
UTF-8 | æ®Þ\á | 110000111010011011000010101011101100001010010010110000111001111011000010100011000101110011000011101000011100001010000100 | c3a6c2aec292c39ec28c5cc3a1c284 |
UHC | æ®?Þ?\?? | 1010100110100001101000101110011100111111101010001010110100111111010111000011111100111111 | a9a1a2e73fa8ad3f5c3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)