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 | 覡? | 111001100100110100111111 | e64d3f |
EUC-JP | 覡鱁 | 1110101110101110100011111110101110111100 | ebae8febbc |
UTF-8 | 覡鱁 | 111010001010011010100001111010011011000110000001 | e8a6a1e9b181 |
UHC | 覡? | 110011001010111100111111 | ccaf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)