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 | ë§æ | 1110101110010010101001111110011010010100 | eb92a7e694 |
SJIS-WIN | ??§?? | 001111110011111110000001100110000011111100111111 | 3f3f81983f3f |
EUC-JP | ë?§æ? | 10001111101010111011001100111111101000011111100010001111101010011100000100111111 | 8fabb33fa1f88fa9c13f |
UTF-8 | ë§æ | 11000011101010111100001010010010110000101010011111000011101001101100001010010100 | c3abc292c2a7c3a6c294 |
UHC | ??§æ? | 00111111001111111010000111010111101010011010000100111111 | 3f3fa1d7a9a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)