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 | 10001100010001101110011101101010001111110100000001000010 | 8c46e76a3f4042 |
EUC-JP | 熊輕?@B | 10110111101001111110110111001011001111110100000001000010 | b7a7edcb3f4042 |
UTF-8 | 熊輕갊@B | 1110011110000110100010101110100010111100100101011110101010110000100010100100000001000010 | e7868ae8bc95eab08a4042 |
UHC | 熊輕갊@B | 1110101010101000110011001110111010110000101001110100000001000010 | eaa8cceeb0a74042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)