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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 燿?К靄 | 11100000101000000011111110000100010010111110100011001001 | e0a03f844be8c9 |
EUC-JP | 燿?К靄 | 11100000101000100011111110100111101011001111000011001011 | e0a23fa7acf0cb |
UTF-8 | 燿먪К靄 | 1110011110000111101111111110101110101000101010101101000010011010111010011001110110000100 | e787bfeba8aad09ae99d84 |
UHC | 燿먪К靄 | 1110100011111100100100001110011110101100101011001110010011110111 | e8fc90e7acace4f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)