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 | ß´¢ÌB | 1101111110110100101000101100110001000010 | dfb4a2cc42 |
SJIS-WIN | ?´¢?B | 00111111100000010100110010000001100100010011111101000010 | 3f814c81913f42 |
EUC-JP | ß´¢ÌB | 1000111110101001110011101010000110101101101000011111000110001111101010101100000001000010 | 8fa9cea1ada1f18faac042 |
UTF-8 | ß´¢ÌB | 110000111001111111000010101101001100001010100010110000111000110001000010 | c39fc2b4c2a2c38c42 |
UHC | ß´??B | 10101001101011001010001010100101001111110011111101000010 | a9aca2a53f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)