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 | ?B | 0011111101000010 | 3f42 |
SJIS-WIN | 鳴B | 100101101100001001000010 | 96c242 |
EUC-JP | 鳴B | 110011001100010001000010 | ccc442 |
UTF-8 | 鳴B | 11101001101100111011010001000010 | e9b3b442 |
UHC | 鳴B | 110110011011000001000010 | d9b042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)