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 | 1110001010111010111001001111101101000101 | e2bae4fb45 |
EUC-JP | 篌蕘E | 1110010010111100111010001111110101000101 | e4bce8fd45 |
UTF-8 | 篌蕘E | 11100111101011111000110011101000100101011001100001000101 | e7af8ce8959845 |
UHC | ??E | 001111110011111101000101 | 3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)