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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 譏滓匍 | 111001101001100010011111111001101001100110110011 | e6989fe699b3 |
EUC-JP | 譏滓匍 | 111010111111100011011110111010001101001010110101 | ebf8dee8d2b5 |
UTF-8 | 譏滓匍 | 111010001010110110001111111001101011101110010011111001011000110010001101 | e8ad8fe6bb93e58c8d |
UHC | 譏滓匍 | 110100011100000111101110101010111111100011010001 | d1c1eeabf8d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)