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 | 槽廬 | 10010001100001011001110001001001 | 91859c49 |
EUC-JP | 槽廬 | 11000001111001011101011110101010 | c1e5d7aa |
UTF-8 | 槽廬 | 111001101010011110111101111001011011101110101100 | e6a7bde5bbac |
UHC | 槽廬 | 11110000110010111101010111100110 | f0cbd5e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)