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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 蟻? | 100010110110000100111111 | 8b613f |
EUC-JP | 蟻駙 | 1011010111000010100011111110100110101001 | b5c28fe9a9 |
UTF-8 | 蟻駙 | 111010001001111110111011111010011010011110011001 | e89fbbe9a799 |
UHC | 蟻駙 | 11101011111111001101110110111111 | ebfcddbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)