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 | æÊê¶ | 11100110110010101110101010110110 | e6caeab6 |
SJIS-WIN | ???¶ | 0011111100111111001111111000000111110111 | 3f3f3f81f7 |
EUC-JP | æÊê¶ | 1000111110101001110000011000111110101010101101001000111110101011101101001010001011111001 | 8fa9c18faab48fabb4a2f9 |
UTF-8 | æÊê¶ | 1100001110100110110000111000101011000011101010101100001010110110 | c3a6c38ac3aac2b6 |
UHC | æ??¶ | 101010011010000100111111001111111010001011010010 | a9a13f3fa2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)