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 | Á¢ßÝ | 11000001101000101101111111011101 | c1a2dfdd |
SJIS-WIN | ?¢?? | 0011111110000001100100010011111100111111 | 3f81913f3f |
EUC-JP | Á¢ßÝ | 1000111110101010101000011010000111110001100011111010100111001110100011111010101011110010 | 8faaa1a1f18fa9ce8faaf2 |
UTF-8 | Á¢ßÝ | 1100001110000001110000101010001011000011100111111100001110011101 | c381c2a2c39fc39d |
UHC | ??ß? | 0011111100111111101010011010110000111111 | 3f3fa9ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)