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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 鞳器ざBF | 1110100011100011100010101110110110000010101101000100001001000110 | e8e38aed82b44246 |
EUC-JP | 鞳器ざBF | 1111000011100101101101001110111110100100101101100100001001000110 | f0e5b4efa4b64246 |
UTF-8 | 鞳器ざBF | 1110100110011110101100111110010110011001101010001110001110000001100101100100001001000110 | e99eb3e599a8e381964246 |
UHC | ?器ざBF | 00111111110100001110111110101010101101100100001001000110 | 3fd0efaab64246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)