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 | 聿羇 | 11100011111001001110001110110010 | e3e4e3b2 |
EUC-JP | 聿羇 | 11100110111001101110011010110100 | e6e6e6b4 |
UTF-8 | 聿羇 | 111010001000000110111111111001111011111010000111 | e881bfe7be87 |
UHC | 聿? | 111010111101001100111111 | ebd33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)