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 | 劑感 | 10011001100111011000101010110100 | 999d8ab4 |
EUC-JP | 劑感 | 11010001111111011011010010110110 | d1fdb4b6 |
UTF-8 | 劑感 | 111001011000101010010001111001101000010010011111 | e58a91e6849f |
UHC | 劑感 | 11110000101001011100101011101111 | f0a5caef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)