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 | òãñÜ^ | 1111001011100011111100011101110001011110 | f2e3f1dc5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | òãñÜ^ | 10001111101010111101001010001111101010111010101010001111101010111101000010001111101010101110010001011110 | 8fabd28fabaa8fabd08faae45e |
UTF-8 | òãñÜ^ | 110000111011001011000011101000111100001110110001110000111001110001011110 | c3b2c3a3c3b1c39c5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)