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 | 媛祠 | 10010101010100011110001001001011 | 9551e24b |
EUC-JP | 媛祠 | 11001001101100101110001110101100 | c9b2e3ac |
UTF-8 | 媛祠 | 111001011010101010011011111001111010010110100000 | e5aa9be7a5a0 |
UHC | 媛祠 | 11101010101100001101111011100110 | eab0dee6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)