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 | 001111110011111101011001 | 3f3f59 |
SJIS-WIN | 羶睛Y | 1110001110111101111000011100101101011001 | e3bde1cb59 |
EUC-JP | 羶睛Y | 1110011010111111111000101100110101011001 | e6bfe2cd59 |
UTF-8 | 羶睛Y | 11100111101111101011011011100111100111011001101101011001 | e7beb6e79d9b59 |
UHC | ?睛Y | 00111111111011111110110001011001 | 3fefec59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)