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 | 100111111011100001000001 | 9fb841 |
EUC-JP | 涅A | 110111101011101001000001 | deba41 |
UTF-8 | 涅A | 11100110101101101000010101000001 | e6b68541 |
UHC | 涅A | 111001101110111001000001 | e6ee41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)