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 | è»ä½D | 11101000101110111000111111100100101111011000111101000100 | e8bb8fe4bd8f44 |
SJIS-WIN | ??????D | 00111111001111110011111100111111001111110011111101000100 | 3f3f3f3f3f3f44 |
EUC-JP | è??ä??D | 1000111110101011101100100011111100111111100011111010101110100011001111110011111101000100 | 8fabb23f3f8faba33f3f44 |
UTF-8 | è»ä½D | 11000011101010001100001010111011110000101000111111000011101001001100001010111101110000101000111101000100 | c3a8c2bbc28fc3a4c2bdc28f44 |
UHC | ????½?D | 0011111100111111001111110011111110101000111101100011111101000100 | 3f3f3f3fa8f63f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)