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 | ?F | 0011111101000110 | 3f46 |
SJIS-WIN | ッF | 100000110110001001000110 | 836246 |
EUC-JP | ッF | 101001011100001101000110 | a5c346 |
UTF-8 | ッF | 11100011100000111000001101000110 | e3838346 |
UHC | ッF | 101010111100001101000110 | abc346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)