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 | ÖÂöÆ^ | 1101011011000010111101101100011001011110 | d6c2f6c65e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ÖÂöÆ^ | 10001111101010101101001110001111101010101010010010001111101010111101001110001111101010011010000101011110 | 8faad38faaa48fabd38fa9a15e |
UTF-8 | ÖÂöÆ^ | 110000111001011011000011100000101100001110110110110000111000011001011110 | c396c382c3b6c3865e |
UHC | ???Æ^ | 001111110011111100111111101010001010000101011110 | 3f3f3fa8a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)