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 | ¨ö¢¥c^ | 101010001111011010100010101001010110001101011110 | a8f6a2a5635e |
SJIS-WIN | ¨?¢¥c^ | 100000010100111000111111100000011001000110000001100011110110001101011110 | 814e3f8191818f635e |
EUC-JP | ¨ö¢?c^ | 10100001101011111000111110101011110100111010000111110001001111110110001101011110 | a1af8fabd3a1f13f635e |
UTF-8 | ¨ö¢¥c^ | 11000010101010001100001110110110110000101010001011000010101001010110001101011110 | c2a8c3b6c2a2c2a5635e |
UHC | ¨???c^ | 10100001101001110011111100111111001111110110001101011110 | a1a73f3f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)