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 | æ¶ë | 1110011010110110100100011110101110001101 | e6b691eb8d |
SJIS-WIN | ?¶??? | 001111111000000111110111001111110011111100111111 | 3f81f73f3f3f |
EUC-JP | æ¶?ë? | 10001111101010011100000110100010111110010011111110001111101010111011001100111111 | 8fa9c1a2f93f8fabb33f |
UTF-8 | æ¶ë | 11000011101001101100001010110110110000101001000111000011101010111100001010001101 | c3a6c2b6c291c3abc28d |
UHC | �?? | 10101001101000011010001011010010001111110011111100111111 | a9a1a2d23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)