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 | 1110000011110110111000001100101101000101 | e0f6e0cb45 |
EUC-JP | 璋猴E | 1110000011111000111000001100110101000101 | e0f8e0cd45 |
UTF-8 | 璋猴E | 11100111100100101000101111100111100011001011010001000101 | e7928be78cb445 |
UHC | 璋?E | 11101101111100000011111101000101 | edf03f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)