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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 諡徑 | 11100110100010111001110001101100 | e68b9c6c |
EUC-JP | 諡徑 | 11101011111010111101011111001101 | ebebd7cd |
UTF-8 | 諡徑 | 111010001010101110100001111001011011111010010001 | e8aba1e5be91 |
UHC | 諡徑 | 11100011110011011100110011010011 | e3cdccd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)