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 | èþ¤é¹¿Q | 11101000111111101010010011101001101110011011111101010001 | e8fea4e9b9bf51 |
SJIS-WIN | ??????Q | 00111111001111110011111100111111001111110011111101010001 | 3f3f3f3f3f3f51 |
EUC-JP | èþ¤é?¿Q | 1000111110101011101100101000111110101001110100001000111110100010111100001000111110101011101100010011111110001111101000101100010001010001 | 8fabb28fa9d08fa2f08fabb13f8fa2c451 |
UTF-8 | èþ¤é¹¿Q | 11000011101010001100001110111110110000101010010011000011101010011100001010111001110000101011111101010001 | c3a8c3bec2a4c3a9c2b9c2bf51 |
UHC | ?þ¤?¹¿Q | 0011111110101001101011011010001010110100001111111010100111110110101000101010111101010001 | 3fa9ada2b43fa9f6a2af51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)