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 | 瓦訥 | 10001010101000101110011001100011 | 8aa2e663 |
EUC-JP | 瓦訥 | 10110100101001001110101111000100 | b4a4ebc4 |
UTF-8 | 瓦訥 | 111001111001001110100110111010001010100010100101 | e793a6e8a8a5 |
UHC | 瓦訥 | 11101000101111111101001011101101 | e8bfd2ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)