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 | 0011111101000000001111110100000001000010 | 3f403f4042 |
SJIS-WIN | 岫@岫@B | 10011011101010110100000010011011101010110100000001000010 | 9bab409bab4042 |
EUC-JP | 岫@岫@B | 11010110101011010100000011010110101011010100000001000010 | d6ad40d6ad4042 |
UTF-8 | 岫@岫@B | 111001011011001010101011010000001110010110110010101010110100000001000010 | e5b2ab40e5b2ab4042 |
UHC | 岫@岫@B | 11100001111110110100000011100001111110110100000001000010 | e1fb40e1fb4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)