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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 晗B | 111100001110000111111010110101101111000111100110111100101111101101000010 | f0e1fad6f1e6f2fb42 |
EUC-JP | ?晗??B | 00111111100011111100001010111000001111110011111101000010 | 3f8fc2b83f3f42 |
UTF-8 | 晗B | 11101110100000101010000011100110100110011001011111101110100001011010000111101110100010001011001001000010 | ee82a0e69997ee85a1ee88b242 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)