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 | èÀ¢êÞ®e^ | 1110100011000000101000101110101011011110101011100110010101011110 | e8c0a2eadeae655e |
SJIS-WIN | ??¢???e^ | 001111110011111110000001100100010011111100111111001111110110010101011110 | 3f3f81913f3f3f655e |
EUC-JP | èÀ¢êÞ®e^ | 10001111101010111011001010001111101010101010001010100001111100011000111110101011101101001000111110101001101100001000111110100010111011100110010101011110 | 8fabb28faaa2a1f18fabb48fa9b08fa2ee655e |
UTF-8 | èÀ¢êÞ®e^ | 1100001110101000110000111000000011000010101000101100001110101010110000111001111011000010101011100110010101011110 | c3a8c380c2a2c3aac39ec2ae655e |
UHC | ????Þ®e^ | 00111111001111110011111100111111101010001010110110100010111001110110010101011110 | 3f3f3f3fa8ada2e7655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)