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 | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | 陂ッE | 11101000100110001010111101000101 | e898af45 |
EUC-JP | 陂ッE | 1110111111111000100011101010111101000101 | eff88eaf45 |
UTF-8 | 陂ッE | 11101001100110011000001011101111101111011010111101000101 | e99982efbdaf45 |
UHC | 陂?E | 11111001101011100011111101000101 | f9ae3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)