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 | ??ª?? | 0011111100111111101010100011111100111111 | 3f3faa3f3f |
SJIS-WIN | 迂??薔? | 10001001010010010011111100111111111001010100101100111111 | 89493f3fe54b3f |
EUC-JP | 迂?ª薔? | 101100011010101000111111100011111010001011101100111010011010110000111111 | b1aa3f8fa2ece9ac3f |
UTF-8 | 迂펠ª薔렕 | 1110100010111111100000101110110110001110101000001100001010101010111010001001011010010100111010111010000010010101 | e8bf82ed8ea0c2aae89694eba095 |
UHC | 迂펠ª薔렕 | 11101001111001101100011011100111101010001010001111101101111110011000111010101010 | e9e6c6e7a8a3edf98eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)