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 | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
SJIS-WIN | 豌旧Ч@B | 1110011010110000100010111000110010000100010110000100000001000010 | e6b08b8c84584042 |
EUC-JP | 豌旧Ч@B | 1110110010110010101101011110110010100111101110010100000001000010 | ecb2b5eca7b94042 |
UTF-8 | 豌旧Ч@B | 11101000101100011000110011100110100101111010011111010000101001110100000001000010 | e8b18ce697a7d0a74042 |
UHC | 豌?Ч@B | 11101000110101010011111110101100101110010100000001000010 | e8d53facb94042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)