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 | 嶸冪 | 11111010101101001001100101110000 | fab49970 |
EUC-JP | 嶸冪 | 1000111110111011111101001101000111010001 | 8fbbf4d1d1 |
UTF-8 | 嶸冪 | 111001011011011010111000111001011000011010101010 | e5b6b8e586aa |
UHC | 嶸冪 | 11100111101011101101100011110001 | e7aed8f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)