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 | 隱臼 | 11101000101010101000100101010000 | e8aa8950 |
EUC-JP | 隱臼 | 11110000101011001011000110110001 | f0acb1b1 |
UTF-8 | 隱臼 | 111010011001101010110001111010001000011110111100 | e99ab1e887bc |
UHC | 隱臼 | 11101011110111111100111110111111 | ebdfcfbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)