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 | ????O | 0011111100111111001111110011111101001111 | 3f3f3f3f4f |
SJIS-WIN | 殿?莊?O | 10010011011000010011111111100100101101010011111101001111 | 93613fe4b53f4f |
EUC-JP | 殿?莊?O | 11000101110000100011111111101000101101110011111101001111 | c5c23fe8b73f4f |
UTF-8 | 殿렣莊렍O | 11100110101011101011111111101011101000001010001111101000100011101000101011101011101000001000110101001111 | e6aebfeba0a3e88e8aeba08d4f |
UHC | 殿렣莊렍O | 111011101111110010001110101101001110110111110110100011101010001101001111 | eefc8eb4edf68ea34f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)