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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 驕懷叉@h | 1110100110000001100111001110010110001101101100110100000001101000 | e9819ce58db34068 |
EUC-JP | 驕懷叉@h | 1111000111100001110110001110011110111010101101010100000001101000 | f1e1d8e7bab54068 |
UTF-8 | 驕懷叉@h | 1110100110101001100101011110011010000111101101111110010110001111100010010100000001101000 | e9a995e687b7e58f894068 |
UHC | 驕懷叉@h | 1100111011110110111111001110001111110011101010010100000001101000 | cef6fce3f3a94068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)