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 | 薨沸 | 11100101010010011001010110100110 | e54995a6 |
EUC-JP | 薨沸 | 11101001101010101100101010101000 | e9aacaa8 |
UTF-8 | 薨沸 | 111010001001011010101000111001101011001010111000 | e896a8e6b2b8 |
UHC | 薨沸 | 11111101101111001101110111110011 | fdbcddf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)