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 | 柚萌 | 10010111010011011001011001000111 | 974d9647 |
EUC-JP | 柚萌 | 11001101101011101100101110101000 | cdaecba8 |
UTF-8 | 柚萌 | 111001101001111110011010111010001001000010001100 | e69f9ae8908c |
UHC | 柚萌 | 11101010111101101101100011110000 | eaf6d8f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)