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 | êâ´ëh | 11101010111000101011010011101011100011111001010101101000 | eae2b4eb8f9568 |
SJIS-WIN | ??´???h | 0011111100111111100000010100110000111111001111110011111101101000 | 3f3f814c3f3f3f68 |
EUC-JP | êâ´ë??h | 1000111110101011101101001000111110101011101001001010000110101101100011111010101110110011001111110011111101101000 | 8fabb48faba4a1ad8fabb33f3f68 |
UTF-8 | êâ´ëh | 11000011101010101100001110100010110000101011010011000011101010111100001010001111110000101001010101101000 | c3aac3a2c2b4c3abc28fc29568 |
UHC | ??´???h | 0011111100111111101000101010010100111111001111110011111101101000 | 3f3fa2a53f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)