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 | 扼鞍 | 10011101010011101000100011000110 | 9d4e88c6 |
EUC-JP | 扼鞍 | 11011001101011111011000011001000 | d9afb0c8 |
UTF-8 | 扼鞍 | 111001101000100110111100111010011001111010001101 | e689bce99e8d |
UHC | 扼鞍 | 11100100111110011110010011010011 | e4f9e4d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)