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 | 毧ê | 11100110101011111010011111101010 | e6afa7ea |
SJIS-WIN | ??§? | 0011111100111111100000011001100000111111 | 3f3f81983f |
EUC-JP | 毧ê | 1000111110101001110000011000111110100010101101001010000111111000100011111010101110110100 | 8fa9c18fa2b4a1f88fabb4 |
UTF-8 | 毧ê | 1100001110100110110000101010111111000010101001111100001110101010 | c3a6c2afc2a7c3aa |
UHC | æ?§? | 101010011010000100111111101000011101011100111111 | a9a13fa1d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)