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 | 慂??涯 | 100111001100100000111111001111111000101001010101 | 9cc83f3f8a55 |
EUC-JP | 慂??涯 | 110110001100101000111111001111111011001110110110 | d8ca3f3fb3b6 |
UTF-8 | 慂뗫젎涯 | 111001101000010110000010111010111001011110101011111011001010000010001110111001101011011010101111 | e68582eb97abeca08ee6b6af |
UHC | 慂뗫젎涯 | 1110100110111101100010111110101110100000100011111110010011110011 | e9bd8beba08fe4f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)