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 | ¨ö¢´@h | 101010001111011010100010101101000100000001101000 | a8f6a2b44068 |
SJIS-WIN | ¨?¢´@h | 100000010100111000111111100000011001000110000001010011000100000001101000 | 814e3f8191814c4068 |
EUC-JP | ¨ö¢´@h | 1010000110101111100011111010101111010011101000011111000110100001101011010100000001101000 | a1af8fabd3a1f1a1ad4068 |
UTF-8 | ¨ö¢´@h | 11000010101010001100001110110110110000101010001011000010101101000100000001101000 | c2a8c3b6c2a2c2b44068 |
UHC | ¨??´@h | 1010000110100111001111110011111110100010101001010100000001101000 | a1a73f3fa2a54068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)