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 | ????W | 0011111100111111001111110011111101010111 | 3f3f3f3f57 |
SJIS-WIN | 貂ヲ峵ソW | 11100110101110001010011011111010101011101011111101010111 | e6b8a6faaebf57 |
EUC-JP | 貂ヲ?ソW | 1110110010111010100011101010011000111111100011101011111101010111 | ecba8ea63f8ebf57 |
UTF-8 | 貂ヲ峵ソW | 11101000101100101000001011101111101111011010011011100101101100111011010111101111101111011011111101010111 | e8b282efbda6e5b3b5efbdbf57 |
UHC | 貂???W | 111101011011000000111111001111110011111101010111 | f5b03f3f3f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)