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 | ?E | 0011111101000101 | 3f45 |
SJIS-WIN | 狼E | 100110000101010001000101 | 985445 |
EUC-JP | 狼E | 110011111011010101000101 | cfb545 |
UTF-8 | 狼E | 11100111100010111011110001000101 | e78bbc45 |
UHC | 狼E | 110101011100100101000101 | d5c945 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)