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 | ?A | 0011111101000001 | 3f41 |
SJIS-WIN | 娚A | 100110110101001001000001 | 9b5241 |
EUC-JP | 娚A | 110101011011001101000001 | d5b341 |
UTF-8 | 娚A | 11100101101010001001101001000001 | e5a89a41 |
UHC | ?A | 0011111101000001 | 3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)