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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 應??艤ъ? | 100111001110010000111111001111111110010001111110100001001000110000111111 | 9ce43f3fe47e848c3f |
EUC-JP | 應??艤ъ? | 110110001110011000111111001111111110011111011111101001111110110000111111 | d8e63f3fe7dfa7ec3f |
UTF-8 | 應뗫찆艤ъ뜈 | 1110011010000111100010011110101110010111101010111110110010110000100001101110100010001001101001001101000110001010111010111001110010001000 | e68789eb97abecb086e889a4d18aeb9c88 |
UHC | 應뗫찆艤ъ뜈 | 111010111110101110001011111010111010100110001010111010111111101010101100111011001000110110001011 | ebeb8beba98aebfaacec8d8b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)