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 | èÍY | 111010001100110101011001 | e8cd59 |
SJIS-WIN | ??Y | 001111110011111101011001 | 3f3f59 |
EUC-JP | èÍY | 10001111101010111011001010001111101010101011111101011001 | 8fabb28faabf59 |
UTF-8 | èÍY | 1100001110101000110000111000110101011001 | c3a8c38d59 |
UHC | ??Y | 001111110011111101011001 | 3f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)