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 | èÖßÈ¢± | 111010001101011011011111110010001010001010110001 | e8d6dfc8a2b1 |
SJIS-WIN | ????¢± | 0011111100111111001111110011111110000001100100011000000101111101 | 3f3f3f3f8191817d |
EUC-JP | èÖßÈ¢± | 10001111101010111011001010001111101010101101001110001111101010011100111010001111101010101011001010100001111100011010000111011110 | 8fabb28faad38fa9ce8faab2a1f1a1de |
UTF-8 | èÖßÈ¢± | 110000111010100011000011100101101100001110011111110000111000100011000010101000101100001010110001 | c3a8c396c39fc388c2a2c2b1 |
UHC | ??ß??± | 0011111100111111101010011010110000111111001111111010000110111110 | 3f3fa9ac3f3fa1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)