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 | 11101000100000001000010111100101101011101001111101011001 | e88085e5ae9f59 |
SJIS-WIN | ??????Y | 00111111001111110011111100111111001111110011111101011001 | 3f3f3f3f3f3f59 |
EUC-JP | è??å®?Y | 10001111101010111011001000111111001111111000111110101011101010011000111110100010111011100011111101011001 | 8fabb23f3f8faba98fa2ee3f59 |
UTF-8 | è å®Y | 11000011101010001100001010000000110000101000010111000011101001011100001010101110110000101001111101011001 | c3a8c280c285c3a5c2aec29f59 |
UHC | ????®?Y | 0011111100111111001111110011111110100010111001110011111101011001 | 3f3f3f3fa2e73f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)