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 | Ñ¢ÞÈ | 11010001101000101101111011001000 | d1a2dec8 |
SJIS-WIN | ?¢?? | 0011111110000001100100010011111100111111 | 3f81913f3f |
EUC-JP | Ñ¢ÞÈ | 1000111110101010110100001010000111110001100011111010100110110000100011111010101010110010 | 8faad0a1f18fa9b08faab2 |
UTF-8 | Ñ¢ÞÈ | 1100001110010001110000101010001011000011100111101100001110001000 | c391c2a2c39ec388 |
UHC | ??Þ? | 0011111100111111101010001010110100111111 | 3f3fa8ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)