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 | 磋豺 | 11100001111101101110011010110111 | e1f6e6b7 |
EUC-JP | 磋豺 | 11100010111110001110110010111001 | e2f8ecb9 |
UTF-8 | 磋豺 | 111001111010001110001011111010001011000110111010 | e7a38be8b1ba |
UHC | 磋豺 | 11110011101011111110001111001111 | f3afe3cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)