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 | 100101110100111101000001 | 974f41 |
EUC-JP | 涌A | 110011011011000001000001 | cdb041 |
UTF-8 | 涌A | 11100110101101101000110001000001 | e6b68c41 |
UHC | 涌A | 111010011011111101000001 | e9bf41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)