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 | æÞ¸Ï | 11100110110111101011100011001111 | e6deb8cf |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | æÞ¸Ï | 100011111010100111000001100011111010100110110000100011111010001010110001100011111010101011000001 | 8fa9c18fa9b08fa2b18faac1 |
UTF-8 | æÞ¸Ï | 1100001110100110110000111001111011000010101110001100001110001111 | c3a6c39ec2b8c38f |
UHC | æÞ¸? | 10101001101000011010100010101101101000101010110000111111 | a9a1a8ada2ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)