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 | å°è^ | 11100101101100001000010011101000100110111000011101011110 | e5b084e89b875e |
SJIS-WIN | ?°????^ | 0011111110000001100010110011111100111111001111110011111101011110 | 3f818b3f3f3f3f5e |
EUC-JP | å°?è??^ | 100011111010101110101001101000011110101100111111100011111010101110110010001111110011111101011110 | 8faba9a1eb3f8fabb23f3f5e |
UTF-8 | å°è^ | 11000011101001011100001010110000110000101000010011000011101010001100001010011011110000101000011101011110 | c3a5c2b0c284c3a8c29bc2875e |
UHC | ?°????^ | 0011111110100001110001100011111100111111001111110011111101011110 | 3fa1c63f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)