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 | ýÉñÖ^ | 1111110111001001111100011101011001011110 | fdc9f1d65e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ýÉñÖ^ | 10001111101010111111001010001111101010101011000110001111101010111101000010001111101010101101001101011110 | 8fabf28faab18fabd08faad35e |
UTF-8 | ýÉñÖ^ | 110000111011110111000011100010011100001110110001110000111001011001011110 | c3bdc389c3b1c3965e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)